By bright-room
Shared development workflow skills for setup-project-context, create-plan, update-plan, implement-plan, fix-review, review, and triage — reusable across repositories with project-specific context.
GitHub Issue の Description を元にコードベースを調査し、実装プランを新規作成して Issue コメントとして投稿する。
PR のレビュー指摘(未解決のインラインコメント)に対してコード修正を行う。PR 番号を指定する。
Issue 上の実装プランまたはローカル Markdown を元にコードを実装する。Issue 番号またはファイルパスを指定する。
PR 番号を指定してコードレビューを実施し、インラインコメントとして投稿する。コードベース全体のレビューも可能(ローカル出力)。
リポジトリのコードベースを自動調査し、project-context.md を生成する。新しいリポジトリで dev-workflow プラグインを使い始めるときや、プロジェクト構成が大きく変わったときに使用する。「project-context を作って」「セットアップして」などのリクエストでも発動すること。
Claude Code のスキルをプラグインとしてまとめたリポジトリ。 リポジトリ横断で再利用できる開発ワークフローを提供する。
| プラグイン | 概要 |
|---|---|
| dev-workflow | GitHub Issue を起点にプラン作成・実装・レビュー・棚卸しまでを一貫して扱うワークフロースキル群 |
/create-plan #N — Issue からコードベースを調査して実装プランを作成/update-plan #N — フィードバックを反映してプランを更新/implement-plan #N — プランに従い実装して PR を作成/fix-review <PR> — PR の未解決レビューコメントに対応してコードを修正/review <PR> — PR の差分をレビューしてインラインコメント投稿/triage — Issue の一括棚卸し(クローズ・ラベル・マイルストーン整理)新機能を開発する
1. GitHub Issue を作成
2. /create-plan #42 → プランが Issue コメントに投稿される
3. レビュー後 /implement-plan #42 → ブランチ作成 → 実装 → PR 作成
4. /review 123 → PR にレビューコメントが付く
5. 指摘があれば /fix-review 123 → 未解決コメントに対応して修正・プッシュ
バグ修正やドキュメント更新にも同じフローが使える。
定期的な棚卸し
/triage → 完了済み Issue のクローズ、ラベル整理、マイルストーン平準化をまとめて実行
ローカルの設計ドキュメントから実装する
/implement-plan ./docs/design.md --branch feat/new-api
gh CLI を認証しておく.claude/skills/references/project-context.md を配置してプロジェクト固有の設定を行う(テンプレート)詳細は dev-workflow の README を参照。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub bright-room/br-claude-plugins --plugin dev-workflowFor easy problems, start here. For harder problems, do this after Explore.
This is a getty104's base tool set
Orchestration plugin. v1 use case: async development - turn ready issues into pull requests, then iterate on review feedback until a human takes over. Designed to host more orchestration use cases (refactoring, docs, audits) in future versions.
Complete task implementation workflow - accepts plan documents, issues, or task descriptions
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.