From aoshimash-skills
Read a platform issue (GitHub/GitLab/Backlog), analyze the codebase, create an implementation plan, and after user approval, implement the changes and open a pull/merge request. Use when the user says "implement issue", "issue を実装", "issue #N を対応", "この issue をやって", "implement #N", "fix issue #N", "work on issue", or references an issue number/URL with the intent to implement it.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aoshimash-skills:implement-issueThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read an issue, plan the implementation, get approval, implement, and create a PR/MR.
Read an issue, plan the implementation, get approval, implement, and create a PR/MR.
## Issue Tracker → git remote → ask user). Note: the issue tracker and code hosting platform may differ (e.g., Backlog for issues + GitHub for PRs). Read the platform-specific guide:
AskUserQuestion to ask: "Reopen and implement" / "Pick another issue" / "Abort"AskUserQuestion with numbered options:
See references/workflow.md for the detailed procedure.
Summary:
AskUserQuestion to present numbered options with pros/cons and a recommendation. Wait for the user's choice.AskUserQuestion to ask for approval with options: Approve / Request changes / Abort. If the user requests changes, revise and re-present. Do not proceed without approval.Important: Do NOT use EnterPlanMode/ExitPlanMode for plan approval. Present the plan directly as text and use AskUserQuestion for the approval step.
See references/workflow.md for the detailed procedure.
Summary:
--fix) once, then run project checks (tests, lint, type-check, build) — loop until all pass.AskUserQuestion) when human judgment is needed. After completion, output a visible self-review summary (e.g., "Self-review: N round(s), N issue(s) found, N fixed").Continuous flow: After user approves the plan, proceed through Phase 2 and Phase 3 without stopping — do not pause between steps unless user input is needed (e.g., escalation).
See references/workflow.md for the PR/MR body format.
gh pr checks --watch (GitHub) or glab mr checks (GitLab) and verify all checks pass. If CI fails and is fixable, push a fix commit and re-monitor.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub aoshimash/skills --plugin aoshimash-skills