ワンクリックで
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.