github_bug_fix:implement-fix
Implement Fix: GitHub Issue #$ARGUMENTS
Prerequisites
This command implements fixes for GitHub issues based on RCA documents:
- Working in a local Git repository with GitHub origin
- RCA document exists at
docs/rca/issue-$ARGUMENTS.md - GitHub CLI installed and authenticated (optional, for status updates)
RCA Document to Reference
Read RCA: docs/rca/issue-$ARGUMENTS.md
Optional - View GitHub issue for context:
gh issue view $ARGUMENTS
Implementation Instructions
More from giladresisi/ai-dev-env
code-review-fix
Use when fixing bugs found during a code review, processing each issue with explanation and test verification
11acceptance-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
8