Explore

Find agent skills by outcome

88,496 skills indexed with the new KISS metadata standard.

Showing 24 of 88,496Categories: Data & Insights, General, Communication, Data
Data
PromptBeginner5 minmarkdown

- Database migration safety (ordering

rollback

0
General
PromptBeginner5 minmarkdown

- Ensure the file reads like an operational checklist

not documentation

0
General
PromptBeginner5 minmarkdown

- Follow the preferred structure: Must-follow constraints

Validation

0
General
PromptBeginner5 minmarkdown

- Capture change-safety expectations (backward compatibility

deprecation rules)

0
General
PromptBeginner5 minmarkdown

- Eliminate rules already enforced by linters

formatters

0
General
PromptBeginner5 minmarkdown

- Extract required validation commands (test

lint

0
General
PromptBeginner5 minmarkdown

- Inventory the project's tech stack

package manager

0
General
PromptBeginner5 minmarkdown

- **Extract** hard constraints

safety rules

0
General
PromptBeginner5 minmarkdown

- **Validate** that every instruction is project-specific

non-obvious

0
General
PromptBeginner5 minmarkdown

- **Analyze** repository structure

tooling

0
General
PromptBeginner5 minmarkdown

Before finalizing

verify:

0
General
PromptBeginner5 minmarkdown

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

macOS

0
General
PromptBeginner5 minmarkdown

- **Tool**: Implementation tool (Husky

bare script

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`GIT-ITEM-1.1`):

0
General
PromptBeginner5 minmarkdown

Use checkboxes and stable IDs (e.g.

`GIT-PLAN-1.1`):

0
General
PromptBeginner5 minmarkdown

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

force-pushes

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
General
PromptBeginner5 minmarkdown

### GitLab (CI/CD

Merge Requests)

0
General
PromptBeginner5 minmarkdown

- Leverage `gh` CLI for PR creation

review

0
General
PromptBeginner5 minmarkdown

### GitHub (Actions

CLI

0
General
PromptBeginner5 minmarkdown

- Squash only on feature branches before merging

not after

0
General
PromptBeginner5 minmarkdown

- Use topic branches for experiments and spikes

clearly labeled

0
General
PromptBeginner5 minmarkdown

- [ ] `.gitignore` covers all generated files

dependencies

0