
デザインレビューやデザイン変更Issueの指摘を修正し、デザイン検証付きでPRを作成する。
gitリモートとの差分を対象にドキュメントとコードの整合性をチェックし乖離レポートを生成。
Iterative implementation cycle with scope splitting, develop, review, commit, and PR creation.
Generate changelog, version tag, GitHub release notes, and registry publish.
対話形式でヒアリングし、構造化されたRFP(提案依頼書)をMarkdownで作成する。
Enhanced skill creator based on Anthropic's 33-page official guide. Use for creating high-quality skills with complete best practices, progressive disclosure patterns, and token optimization strategies.
Bug investigation, fix, regression test, and PR creation in an isolated git worktree.
Fix design review or design change Issue findings with design verification and PR creation.
コードベース全体の品質チェックとリファクタリングレビューを行い、レポートを生成する。
Full codebase quality check and refactoring review with report generation.
Code quality check and doc drift detection on git diff against remote.
Check doc-code consistency on git diff against remote and generate drift report.
gitリモートとの差分を対象にコード品質チェックとドキュメント乖離検出を行う。
バグ報告から調査・原因特定・修正・回帰テストまでを体系的に行う。
デザインを見ながら対話で変更要望をまとめ、構造化されたIssueを作成する。
対話形式でバグをヒアリングし、コード調査の上で構造化されたGitHub Issueを作成する。
Gather design change requests through interactive dialog and create a structured Issue.
Interactively gather bug details, investigate code, and create a structured GitHub Issue.
Check documentation vs implementation code consistency and generate drift report.
git worktree で隔離した環境でバグ調査・修正・回帰テスト・PR作成を行う。
Review UI component design quality and generate Issue or report.
UIコンポーネントのデザイン品質をレビューし、Issue またはレポートを生成する。
仕様書に環境構築セクション(CI, lint, format, linterly, hooks, Swagger)を追加する
ドキュメントと実装コードの整合性をチェックし、乖離レポートを生成する。
指定したGitHub Issueを対話的にスコープ単位のサブissueに分割する
HALTアーキテクチャ準拠レビュー(ルーティング整合性、Templ/HTMX接続、Atomic Design、Lit使用基準)
任意のHTMLモック(zip/ディレクトリ/単一ファイル)をShopify OS 2.0テーマ(Atomic Design snippets構造)に変換する
HALT architecture compliance review (routing, Templ/HTMX, Atomic Design, Lit, security, build)
Interactively split a GitHub Issue into scope-based sub-issues
--- name: impl description: Iterative implementation cycle: scope splitting, develop, review, commit, PR. user-invocable: true --- # impl ## 前提条件 - Claude Code 環境 - `git`, `gh` CLI ## 引数 - **Issue 番号** (例: `/impl #123`): GitHub Issue から要件を取得 - **Issue URL** (例: `/impl https://github.com/owner/repo/issues/123`): 同上 - **テキスト** (例: `/impl ユーザー認証機能を追加`): テキストを要件として扱う - **引数なし**: ユーザーに要件をヒアリング ## 禁止行動(最重要) 以下に該当した場合はそのフェーズをやり直す。コンテキスト節約や軽微変更を理由にした省略は認めない。 - 「あとで実装」「TODO で残す」「別 PR で対応」を理由にサブステ
Implementation cycle in an isolated git worktree environment with PR creation.
changelog 生成、バージョンタグ、GitHub リリースノート、レジストリ publish を行う。
対話的にデザイン仕様書を作成・既存ドキュメントに追記する
git worktree で隔離した環境で実装サイクルを回し、PR を作成する。
Resolve PR conflicts safely in an isolated git worktree by specifying PR number.
PR番号を指定してコンフリクトをworktreeで安全に解消する
HALT(HTMX+Atomic+Lit+Templ)フロントエンドアーキテクチャを仕様書に追加する
Interactively create design documents for new projects. Also supports appending to existing specs.
Detect unimplemented features, TODOs, skipped tests, and API schema gaps, then create Issues
--- name: skill-reviewer description: Review existing skills against Anthropic's official guide principles. Use for: auditing skills, improving token efficiency, ensuring best practices compliance. --- # Skill Reviewer Review and improve existing skills based on Anthropic's official guide principles. ## Review Workflow ### Step 1: Read the Skill Ask user for skill path or have them paste SKILL.md content. Read the entire skill including: - YAML frontmatter - SKILL.md body - Any bundled res
仕様書と実装の乖離を全方位チェックし、未実装・TODO・スキップテスト等をIssue化する
Stitchモックzipを展開しNetlifyデプロイ可能な構造に変換する
既存の仕様書ディレクトリをHextraテーマのHugo仕様書サイトに変換する
新規プロジェクトの設計ドキュメント一式を対話的に作成する。既存仕様書への追記にも対応。
Stitchモックzipを展開しShopify OS 2.0テーマ(Atomic Design snippets構造)に変換する
仕様書をレビューして指摘を1件ずつ確認しながら修正する
PRのTest planチェックリストからローカル実行用テスト手順書を生成しPRコメントに投稿
Review spec documents and fix issues one by one with user confirmation
Systematic bug investigation, root cause analysis, fix, and regression testing.