ワンクリックで
code-review
Use this skill to review local code. It focuses on correctness, maintainability, and adherence to project standards.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use this skill to review local code. It focuses on correctness, maintainability, and adherence to project standards.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Canonical push-to-dev and branch-policy enforcement for agents. Provides the push-to-dev workflow, branch naming, conflict handling, and release process guidance. Trigger with: /skill:ship push-to-dev
Automated batch planning for intake_complete work items. Discovers all items in intake_complete status and invokes /plan for each sequentially, producing a summary report.
Provide concise project / work item status and run Worklog helpers to augment results. Trigger on user queries such as: 'What is the current status?', 'Status of the project?', 'What is the status of <work-item-id>?', 'status', 'status <work-item-id>', 'audit', 'audit <work-item-id>'
Run an iterative implement→audit loop for a target work item. Ralph is a launcher/orchestrator, not the normal Worklog implementation workflow.
Write tests, docs and code for a Worklog work item by following a deterministic workflow. Ensure implementation meets defined acceptance criteria. Trigger on user queries such as: 'Implement <work-item-id>', 'Complete <work-item-id>', 'Work on <work-item-id>'.
Triage workflows and helpers for test-failure detection and critical issue creation. Provides a skill to search for or create critical `test-failure` work items and related resources.
| name | code-review |
| description | Use this skill to review local code. It focuses on correctness, maintainability, and adherence to project standards. |
This skill guides the agent in conducting professional and thorough code reviews for local development.
Local Changes: Target the current local file system states (staged and unstaged changes).
git statusgit diff (working tree) and/or git diff --staged (staged).Analyze the code changes based on the following pillars:
Structure: Summary: A high-level overview of the review. Findings:
This skill does not ship a canonical in-repo CLI script. Agents should perform code review analysis using local git commands and project tooling. When automating reviews prefer the project's linters, test runners, and pre-existing CI scripts.
Preferred execution behaviour (policy)
Usage example (worklog context)
To fetch the work item context before a review:
wl show SA-0MPYMFZXO0004ZU4 --json
End.