원클릭으로
solve-issue-eager
Like solve-issue, but skips plan confirmation and goes straight to implementation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Like solve-issue, but skips plan confirmation and goes straight to implementation.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Abandon an active issue or release a stale issue claim so another agent can pick it up.
Use in repositories that track work with the agent-issues local issue workflow.
Claim exactly one issue, fix it, and create a pull request starting from a clean branch.
Prepare and open a pull request for the current branch after validating the full diff and running checks.
Push the current branch, open or update its PR, and loop through CI failures and review feedback until the PR is clean.
| name | solve-issue-eager |
| description | Like solve-issue, but skips plan confirmation and goes straight to implementation. |
Follow the full /solve-issue skill workflow with one change:
Skip step 5 (plan mode). Do not enter plan mode or wait for user approval. After checking whether the issue is already fixed (step 4), go straight to implementation (step 6 onward).
The user will give feedback on the resulting PR instead.