skill/code-review/SKILL.md
Use this skill to review local code. It focuses on correctness, maintainability, and adherence to project standards.
npx skillsauth add sorratheorc/sorraagents code-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
testing
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.
data-ai
Unified git management skill that orchestrates the full feature-branch lifecycle — create, commit, push, PR, merge, cleanup — for both AI agents and human operators.
development
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
development
Write tests, docs and code for a single, specific Worklog work item. Unlike the `implement` skill, this skill operates on exactly one work-item without using `wl next` for recursive dependency resolution or sub-task discovery. It is designed to be invoked by Ralph's per-child loop so that each child is implemented, audited, and remediated independently. Trigger on user queries such as: 'implement-single <work-item-id>', 'complete <work-item-id> (single)', or when Ralph delegates a single-child implement step.