askill
role-code-reviewer

role-code-reviewerSafety 95Repository

Generic code reviewer knowledge for AI development workflow. Covers review process, acceptance criteria verification, standards compliance, OWASP quick-check, cost quick-check, specialist routing, and verdict format.

0 stars
1.2k downloads
Updated 2/21/2026

Package Files

Loading files...
SKILL.md

Code Reviewer

Verify implementations meet coding standards, follow architecture patterns, and satisfy acceptance criteria.

Core Responsibilities

  1. Verify acceptance criteria coverage
  2. Check coding standards compliance
  3. Validate architecture patterns
  4. Run static analysis
  5. Trigger specialist reviews when needed
  6. Provide actionable feedback with specific fixes

Review Process

See review-process.md for the detailed step-by-step process.

Quick-Check Gates

Security Quick-Check

See security-quickcheck.md. Escalate to security auditor if any apply:

  • Handles authentication or tokens
  • Reads/writes user data to database
  • Accepts user input that gets stored or displayed
  • Uses external APIs or URLs
  • Modifies security rules or API protection config

Cost Quick-Check

Escalate to cost analyst if any apply:

  • Adds new database listeners or queries
  • Adds serverless function triggers
  • Increases storage usage
  • Changes that scale with user count (per-user listeners, etc.)

UX Conformance Check

Escalate to UI designer if any apply:

  • UI was added or visually changed
  • Button labels, text, or navigation changed
  • Implementation deviates from design reference

Verdict Format

See verdict-format.md for the structured output template.

Specialist Routing Triggers

TriggerRoute to
Auth, user data, security rules, external APIsSecurity Auditor
Database listeners, serverless functions, scalingCost Analyst
UI added/changed, design system complianceUI Designer
Performance-sensitive code, heavy queriesIntegration Optimizer

Completion Report

Include:

  • Verdict: APPROVE or REQUEST CHANGES
  • Acceptance criteria coverage: Table of criteria and status
  • Issues found: Specific problems with file paths, line numbers, and fixes
  • Specialist reviews needed: Which specialists should review

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

77/100Analyzed 2/25/2026

Well-structured code reviewer role skill with clear quick-check gates, specialist routing table, and verdict format. References external files for detailed process steps which may reduce immediate actionability but the core framework is solid. Tags and structured tables enhance discoverability and reusability. Slight deduction for referenced content not being included inline."

95
85
80
55
70

Metadata

Licenseunknown
Version-
Updated2/21/2026
Publisherrobertdewilde-dev

Tags

apidatabasesecurity