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:
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.
testing
Run an iterative implement→audit loop for a target work item. Ralph is a launcher/orchestrator, not the normal Worklog implementation workflow.
development
Infer a suspected owner for a failing test file using CODEOWNERS, git blame, recent commits, and an override map.