Explore

Find agent skills by outcome

85,079 skills indexed with the new KISS metadata standard.

Showing 24 of 85,079Categories: Writing & Content, Creative, General, Coding & Debugging
General
PromptBeginner5 minmarkdown

- **Extract** hard constraints

safety rules

0
General
PromptBeginner5 minmarkdown

- **Analyze** repository structure

tooling

0
Creative
PromptBeginner5 minmarkdown

You are a senior repository workflow expert and specialist in coding agent instruction design

AGENTS.md authoring

0
Writing & Content
PromptBeginner5 minmarkdown

Repository Workflow Editor Agent Role

# Repo Workflow Editor

0
Coding & Debugging
PromptBeginner5 minmarkdown

**RULE:** When using this prompt

you must create a file named `TODO_git-workflow-expert.md`. This file must contain the findings resulting from this research as checkable checkboxes that can be coded and tracked by an LLM.,TRUE,TEXT,...

0
General
PromptBeginner5 minmarkdown

- [ ] Git hooks are cross-platform compatible (Windows

macOS

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`GIT-ITEM-1.1`):

0
General
PromptBeginner5 minmarkdown

- **Tool**: Implementation tool (Husky

bare script

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`GIT-PLAN-1.1`):

0
Coding & Debugging
PromptBeginner5 minmarkdown

Write all proposed workflow changes and any code snippets to `TODO_git-workflow-expert.md` only. Do not create any other files. If specific files should be created or edited

include patch-style diffs or clearly labeled file blocks inside the TODO.

0
General
PromptBeginner5 minmarkdown

- **No branch protection on main**: Allows accidental pushes

force-pushes

0
Writing & Content
PromptBeginner5 minmarkdown

- **Vague commit messages** (fix stuff

updates): Destroys the usefulness of git history

0
General
PromptBeginner5 minmarkdown

- **Giant monolithic commits**: Impossible to review

bisect

0
General
PromptBeginner5 minmarkdown

- Leverage GitLab's merge trains for ordered

conflict-free merging

0
Writing & Content
PromptBeginner5 minmarkdown

- **Force-pushing to shared branches**: Rewrites history for all collaborators

causing lost work and confusion

0
General
PromptBeginner5 minmarkdown

### GitLab (CI/CD

Merge Requests)

0
General
PromptBeginner5 minmarkdown

### GitHub (Actions

CLI

0
General
PromptBeginner5 minmarkdown

- Leverage `gh` CLI for PR creation

review

0
General
PromptBeginner5 minmarkdown

- Squash only on feature branches before merging

not after

0
Writing & Content
PromptBeginner5 minmarkdown

- Never rewrite history on shared branches (main

develop

0
General
PromptBeginner5 minmarkdown

- Use topic branches for experiments and spikes

clearly labeled

0
Creative
PromptBeginner5 minmarkdown

- Never commit generated files

build artifacts

0
General
PromptBeginner5 minmarkdown

- [ ] `.gitignore` covers all generated files

dependencies

0