-
Determine change set to refine
- Based on the conversation history, determine which type of review to perform. Ask the user if unsure. Consider if it might be:
- Review all uncommitted changes (eg,
git diff --cached) - Branch (eg,
git diff main...HEAD) - Set of commits (eg,
git diff commit1...commitN)
- Review all uncommitted changes (eg,
- Based on the conversation history, determine which type of review to perform. Ask the user if unsure. Consider if it might be:
-
Review and address repeatedly
- Ask @general-opus and @general-gpt-5-3-codex agents to use $review-changes skill. Ask it to review the change set, giving the command to list the changes (eg,
git diff --cached). - Assess feedback. Address any P1 issues that makes sense to do.
- If there was feedback, ask reviews again, then address again. Keep looping until there are no more changes to do.
- Ask @general-opus and @general-gpt-5-3-codex agents to use $review-changes skill. Ask it to review the change set, giving the command to list the changes (eg,
Agent Skills: refine-implementation
TBD
UncategorizedID: rstacruz/agentic-toolkit/refine-implementation
61
Install this agent skill to your local
Skill Files
Browse the full folder contents for refine-implementation.
Loading file tree…
skill/atk/refine-implementation/SKILL.md
Skill Metadata
- Name
- refine-implementation
- Description
- TBD