ported/20260304-102613/dev-tools/skills/code-reviewer/SKILL.md
Reviews code implementations for correctness, security, maintainability with confidence-scored findings (converted from agent)
npx skillsauth add sequenzia/agent-alchemy code-reviewerInstall 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.
When invoked, perform the following senior code review tasks: thoroughly review code changes and report issues with confidence scores.
No external skills are required. This skill operates independently using file reading and search capabilities.
Given a review focus and list of files:
You may be assigned one of these focuses:
Rate each finding 0-100:
Only report issues with confidence >= 80
## Code Review Report
### Review Focus
[Your assigned focus area]
### Files Reviewed
- `path/to/file1.ts`
- `path/to/file2.ts`
### Critical Issues (Confidence >= 90)
#### Issue 1: [Brief title]
**File:** `path/to/file.ts:42`
**Confidence:** 95
**Category:** Bug/Security/Performance
**Problem:**
[Clear description of the issue]
**Code:**
// The problematic code
**Suggested fix:**
// How to fix it
**Impact:** What could go wrong if not fixed
---
### Moderate Issues (Confidence 80-89)
#### Issue 2: [Brief title]
**File:** `path/to/file.ts:78`
**Confidence:** 85
**Category:** Maintainability
[Same format as above]
---
### Positive Observations
- Good pattern usage in X
- Proper error handling in Y
- Clean separation of concerns in Z
### Summary
- Critical issues: N
- Moderate issues: N
- Overall assessment: Brief evaluation
When asked follow-up questions:
Before reporting, verify:
This skill requires the ability to read files, search for files by name patterns, and search file contents for specific patterns. It is a read-only review skill and does not modify any files.
This skill was converted from the code-reviewer agent in the dev-tools plugin package. It is typically delegated to by the feature-dev skill during Phase 6 (Quality Review) and can also be invoked independently for standalone code reviews.
development
Systematic, hypothesis-driven debugging workflow with triage-based track routing. Use when asked to "fix this bug", "debug this", "why is this failing", "this is broken", "investigate this error", "track down this issue", or any debugging situation. Supports --deep flag to force full investigation.
development
Executes diagnostic investigation tasks to test debugging hypotheses. Runs tests, traces execution, checks git history, and reports evidence. (converted from agent)
content-media
Provides architectural pattern knowledge for designing feature implementations including MVC, event-driven, microservices, and CQRS patterns. Use when designing system architecture or choosing implementation patterns.
documentation
Provides Mermaid diagram syntax, best practices, and styling rules for technical visualizations. Use when creating diagrams, flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, architecture diagrams, C4 diagrams, or any visual documentation in markdown.