code-review-fix
I ran/performed a code review and found these issues:
Code-review (file or description of issues): $1
Please fix these issues one by one. If the Code-review is a file read the entire file first to understand all of the issue(s) presented there.
Scope: $2
For each fix:
- Explain what was wrong
- Show the fix
- Create and run relevant tests to verify
After all fixes, run /validate skill to finalize your fixes.
More from giladresisi/ai-dev-env
acceptance-criteria-validate
Use when an agent executing an implementation plan claims to have finished, to validate that all acceptance criteria were actually met. Locates acceptance criteria from the plan file, acceptance_criteria.md, or the request itself, then investigates the codebase and surfaces a pass/fail verdict per criterion.
11acceptance-criteria-define
Use when an agent is asked to define, review, or write acceptance criteria for a request or plan. Derives acceptance criteria from the current request context, confirms them with the user, and writes them into the plan file or a standalone acceptance_criteria.md file.
10commit
Use when the user asks to commit changes, create a commit, or save work to git
9create-prd
Use when creating a Product Requirements Document from a conversation or feature request through structured context gathering
9execute
Use when implementing a feature plan file, choosing between sequential and team-based parallel execution with mandatory validation gates
8validate
Use when running comprehensive project validation including tests, type checking, linting, API connectivity checks, and server startup verification
8