Agent skill

refine-implementation

Use after implementation to simplify and review code. Provide: git range (eg, main...HEAD). Runs simplify + peer review loop until change set is clean.

Stars 8
Forks 1

Install this agent skill to your Project

npx add-skill https://github.com/rstacruz/agentic-toolkit/tree/main/skill/atk/refine-implementation

SKILL.md

  1. Simplify first:

    • Load and run the $simplify skill on the change set
    • Wait for it to complete before proceeding
  2. 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)
  3. Review and address repeatedly

    • Ask @general-alpha and @general-beta agents to use $review-changes skill. Ask them 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.

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results