ワンクリックで
implement-issue
Implement a GitHub issue on the current branch with complete validation, tests, and documentation updates.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Implement a GitHub issue on the current branch with complete validation, tests, and documentation updates.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Review, fix, validate, and merge every open Dependabot pull request without breaking the application.
Fix a bug from a user-provided description with manual reproduction, failing-first tests, validation, and documented decisions.
Create one repository-grounded, implementation-ready GitHub issue from a request or clarified plan.
Create a pull request from the current branch to develop with the repository template, a clear title, and issue linkage or a no-issue rationale.
Analyze a plan or design request until scope, decisions, dependencies, and risks are clear.
Create or update an AI command from a prompt, enforce the command template, save it under ai/commands, and sync AI files.
SOC 職業分類に基づく
| name | implement-issue |
| description | Implement a GitHub issue on the current branch with complete validation, tests, and documentation updates. |
Codex invocation: use $implement-issue or select this skill through /skills. References below to /implement-issue describe the source repository command.
Use this command when the user wants to implement an existing GitHub issue in the current repository and on the branch where the user already is.
The expected result is a complete local implementation of the issue, with source changes, required tests, relevant product and technical documentation updates, and all required validation gates executed.
This command expects /implement-issue <issue-reference>.
<issue-reference> can be a GitHub issue number, issue URL, or unambiguous issue identifier for the current repository.
If no issue reference is provided, ask the user which GitHub issue to implement and stop.
Before changing files, verify that:
gh, or another configured GitHub integration;Use the most direct reliable GitHub integration available in this order:
gh when MCP is unavailable or unsuitable;If the repository, branch, issue, or GitHub integration cannot be determined safely, report what is missing and stop before editing files.
If unrelated local changes already exist, preserve them. Do not revert, overwrite, or stage them unless the user explicitly asks.
$ARGUMENTS and fetch the full issue title, body, labels, comments, linked references, and acceptance criteria.dispatchAction, ECharts setOption, or private runtime mutation are exceptions that require a documented blocker and separate coverage of the closest available user-visible flow. If manual rendered verification still fails while the automated UI test passes, strengthen the test before accepting the implementation. Mark user-visible behavior tests with @behavior <ID>, technical behavior tests with @technical-behavior <ID>, or local mechanics with @implementation according to docs/tech/behavior-contract-testing.md.docs/product/** when user-visible behavior changes, a new feature is added, or a bug fix establishes, restores, or clarifies expected user-visible behavior that is missing, wrong, ambiguous, or not represented by a behavior ID in existing docs.docs/tech/** category when architecture, feature implementation, IPC/API contracts, test strategy, setup, tools, implementation guidance, or reusable technical constraints change.docs/how-to/documentation-writing-standards.md and docs/how-to/documentation-folder-structure.md, including reciprocal ## Related Documents links.ai/**, run bash ai/sync-ai-files.sh and include the generated files.docs/how-to/pre-merge-change-validation.md.pnpm lint:fix
pnpm lint
pnpm typecheck
pnpm test:behavior-contracts
pnpm test:core
pnpm test:unit:renderer
pnpm test:integration
pnpm test:components
pnpm test:hooks
pnpm test:e2e
pnpm build
pnpm test:e2e:compiled when the issue, changed boundaries, or packaging/runtime risk requires them.Report: