بنقرة واحدة
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.