issue-blaster/skills/implement/SKILL.md
Issue Blaster implement command: implement a selected issue plan from plans/issue-* with explicit git, validation, commit, and PR handling.
npx skillsauth add grailautomation/claude-plugins implementInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Implement the specified solution plan(s). In Claude Code this skill is normally
invoked as /issue-blaster:implement. In Codex, implement directly from the
selected plan using normal repo-editing, validation, commit, push, and PR
workflow; do not rely on Claude Task, TaskOutput, or AskUserQuestion.
$ARGUMENTS
Determine the invocation style:
Single plan — two separate numbers (e.g., 123 1):
123 1Single plan — colon syntax (e.g., 123:1):
123 1Multiple plans — colon syntax (e.g., 123:1 456:2 789:1):
issue:option pairSingle path (e.g., plans/issue-123/option-1-fix.md):
Invoke the plan-implementer agent directly with the parsed arguments.
In Codex:
git status --short --branch before editingcodex/ branch or explicit worktree when isolation is neededFor EACH issue:option pair, use the Task tool with:
"plan-implementer"true"Implementing issue #{issue} option {option}""{issue} {option}"After spawning all tasks, wait for completion using TaskOutput.
In Codex:
Single plan: The plan-implementer agent handles its own reporting.
Multiple plans: Output a summary table:
| Issue | Option | Branch | Worktree | Status |
|-------|--------|--------|----------|--------|
| #{N} | {opt} | {branch} | .worktrees/{branch} | SUCCESS/FAILED |
Then offer to merge any or all of them.
development
Parse and analyze Workato recipe JSON exports. Use when the user asks about a Workato recipe's logic, data flow, field mappings, error handling, or control flow. Also use when the user references a .recipe.json file or asks to debug a Workato integration.
databases
Review implementation plans as a staff software engineer. Use when the user asks for staff engineer feedback, senior engineering review, plan review, architecture review, implementation-plan critique, approval before proceeding, risk review, or feedback on a proposed technical plan.
tools
Use when the user invokes $spec-kit:tasks or /spec-kit:tasks, or asks to generate dependency-ordered tasks from the plan and repo context.
testing
Use when the user invokes $spec-kit:specify or /spec-kit:specify, or asks to create a brownfield-aware feature specification from a natural language description.