원클릭으로
resolve
Resolves PR code review feedback. Use when the user asks to fix, address, or resolve issues from a code review or PR review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Resolves PR code review feedback. Use when the user asks to fix, address, or resolve issues from a code review or PR review.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Release pipeline for already-done local work. Dispatches /ground-state pre-flight, runs the project test suite, drafts a commit message for user approval, pushes, and opens a PR with a structured verification summary. Use when local changes are ready to hand off to review — e.g. 'ship this', 'push and open a PR', 'release this work'. Add --verify to trigger an adversarial verifier wave on the diff before a human reads the PR.
Surface recurring friction from Claude Code's native telemetry and identify actionable skill opportunities. Use when the user runs /forge-friction.
Bootstraps a dispatchable Claude sub-agent skill for every coding agent CLI installed on this machine (codex, aider, cursor, etc.). Use when the user wants to delegate tasks to locally-installed agent CLIs or expand the plugin's agent fleet.
Map a web UI and generate a Claude automation skill via parallel reconnaissance, synthesis, and iterative validation.
Set up a scheduled headless Claude run that sends summaries to Telegram. Use when the user wants to automate a recurring task via launchd (macOS) with push-notified results.
Reference convention for sub-agent I/O schemas. Loaded by orchestrator skills via /agent-workflow-amplifiers:contract and into agents (e.g., qualify) via the `skills:` field.
| name | resolve |
| description | Resolves PR code review feedback. Use when the user asks to fix, address, or resolve issues from a code review or PR review. |
/agent-workflow-amplifiers:contract
Using parallel sub-agents – one per issue – for each of the issues pointed out in the PR review:
When all sub-agents return, apply the fixes sequentially. Then run the full test suite. If green, create a single commit with a message summarizing all resolved issues, then push to update the PR.