一键导入
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.