
Create a new feature specification and update progress.md and roadmap.md
Update roadmap.md and progress.md to reflect the latest development status
Inspect the repository and interactively create or update ralph.toml so Ralph has canonical test, build, lint, and format commands without depending on a package manager
Create a GitHub issue. Use when the user casually says 'create an issue for this'.
Run build and lint checks, returning only a summary. Build logs are contained within the forked context; only the summary is returned to the main context.
Review all documents under docs/ for consistency and make necessary corrections
Pick the top task from todo and implement it with tests and review based on related documents
Create a GitHub issue. Use when the user casually says 'create an issue for this'.
After MVP completion, interactively discuss the next scope and create a new PRD directory
Analyze the impact of requirements changes/additions and report update proposals for all documents. Only a summary is returned to the main context.
Update roadmap.md and progress.md to reflect the latest development status
Interactively adapt the Ralph Matsuo template to the current repository by filling project docs, rules, roadmap, and ralph.toml in one setup pass
Create a new feature specification and update progress.md and roadmap.md
Review testing strategy and guidelines
OSS リポジトリのコミュニティ採用状況 (star / contributor 分散 / 依存 downstream) を測定するスキル。コミュニティ採用監査を実行するときに読み込む。
OSS リポジトリのメインライセンスを特定し、商用利用制約・依存互換性・NG ライセンスの検出までを行うスキル。ライセンス監査を実行するときに読み込む。
OSS リポジトリのメンテナンス健全性 (リリース頻度・Issue 対応速度・放置 PR) を定量的に評価するスキル。メンテナンス監査を実行するときに読み込む。
OSS リポジトリの既知脆弱性 (OSV / GHSA) を照合し、重大度と影響範囲を分類するスキル。セキュリティ監査を実行するときに読み込む。
Conduct a code review. Analyze changes from 7 perspectives and present results.
Summarize the current project status at session start and suggest next actions
Run build and lint checks, returning only a summary. Build logs are contained within the forked context; only the summary is returned to the main context.
Pick the top task from todo and implement it with tests and review based on related documents
Review all documents under docs/ for consistency and make necessary corrections
Interactively create the initial MVP PRD and split into specifications
Interactively adapt the Ralph Matsuo template to the current repository by filling project docs, rules, roadmap, and ralph.toml in one setup pass
Analyze the impact of requirements changes/additions and report update proposals for all documents. Only a summary is returned to the main context.
Run tests and return a summary. Test logs are contained within the forked context; only the summary is returned to the main context.
Review testing strategy and guidelines
Generate draw.io diagrams as .drawio files, optionally export to PNG/SVG/PDF with embedded XML
OSS リポジトリの SemVer 遵守度と破壊的変更 (Breaking Change) の頻度を評価するスキル。API 安定性監査を実行するときに読み込む。
Commit changes and push to remote. Use when the user casually says 'commit' or 'push'.
Commit changes and push to remote. Use when the user casually says 'commit' or 'push'.
Run tests and return a summary. Test logs are contained within the forked context; only the summary is returned to the main context.
監査レポートを Zenn 技術記事向けの文体 (だ/である調 + 比較表 + 階層化された見出し) に整えるスキル。`src/reporter.ts` の骨組みを LLM が整形してレポート (`out/*.md`) を仕上げるときに読み込む。
ralph-matsuoテンプレートリポジトリに変更を反映してcommit & pushするスキル。別リポジトリで作業中に「テンプレートに反映して」「upstreamに戻して」「ralph-matsuoを更新して」「テンプレート側も直して」と言ったときに使う。スキル・設定・ドキュメントなどの改善をテンプレートに逆流させたい場面で積極的に使用する。
ralph-matsuoテンプレートリポジトリに変更を反映してcommit & pushするスキル。別リポジトリで作業中に「テンプレートに反映して」「upstreamに戻して」「ralph-matsuoを更新して」「テンプレート側も直して」と言ったときに使う。スキル・設定・ドキュメントなどの改善をテンプレートに逆流させたい場面で積極的に使用する。
Summarize the current project status at session start and suggest next actions
Conduct a code review. Analyze changes from 7 perspectives and present results.
Generate draw.io diagrams as .drawio files, optionally export to PNG/SVG/PDF with embedded XML
git initしてリポジトリを作成し、初期コミットと開発体制を整えるスキル。新しいプロジェクトを始めたい、リポジトリを作りたい、git initしたい、開発環境をセットアップしたいときに使う。'新しいプロジェクト作って'、'リポジトリ初期化して'、'開発始めたい'といった発言でもトリガーする。
git initしてリポジトリを作成し、初期コミットと開発体制を整えるスキル。新しいプロジェクトを始めたい、リポジトリを作りたい、git initしたい、開発環境をセットアップしたいときに使う。'新しいプロジェクト作って'、'リポジトリ初期化して'、'開発始めたい'といった発言でもトリガーする。
Interactively create the initial MVP PRD and split into specifications
After MVP completion, interactively discuss the next scope and create a new PRD directory
Inspect the repository and interactively create or update ralph.toml so Ralph has canonical test, build, lint, and format commands without depending on a package manager