ソース情報
- リポジトリ
- joelanford/orb
- ソースの最終更新活動
- 2026年8月27日 21:01
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/joelanford/orb --skill sdd-reviewコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | sdd-review |
| description | Review the current branch's changes for correctness and consistency. |
Review the current branch's changes for correctness and consistency.
List all files changed on the current branch compared to the main branch. Read each changed file.
Look for a specs/YYYY-MM-DD-*/ directory with status: in-progress. If found, read all files in the spec directory (README.md, requirements.md, plan.md, verification.md) for context on what the changes should accomplish.
For each changed file:
specs/mission.md?operator-framework/api, operator-framework/operator-registry) used only where necessary?requirements.md (if one exists)?plan.md followed correctly?verification.md pass?specs/tech-stack.md (correct dependencies, project structure)?specs/conventions.md?CLAUDE.md need updating to reflect new packages, commands, or conventions?Identify any changes to cobra commands, flags, subcommands, or output formats. Identify any new exported Go types, functions, or methods. Cross-reference each against the work item spec's design section. CLI or public Go API changes not described in the spec should be flagged as major issues requiring author justification.
Look for:
internal/)If no blocking issues remain, suggest the user run /sdd-ship to finalize and publish the changes.