askill
aico-code-review

aico-code-reviewSafety 100Repository

Request structured code review to catch correctness, security, performance, and readability issues. Reviews should happen early and often. Use this skill when: - Completing a task and need quality check - After major feature implementation - Before merging to main branch - When stuck and need fresh perspective on code - User asks for "code review", "review my code", "check my code" - Subagent-driven workflow needs spec compliance or quality review Review categories: Correctness, Tests, Security, Performance, Readability, Error Handling Severity levels: Critical (fix now), Important (fix before proceeding), Minor (note for later)

2 stars
1.2k downloads
Updated 3/1/2026

Package Files

Loading files...
SKILL.md

Code Review

When to Request Review

Mandatory:

  • After completing each task
  • After implementing major feature
  • Before merge to main

Optional:

  • When stuck (fresh perspective)
  • Before refactoring
  • After fixing complex bug

Review Checklist

CategoryCheck
CorrectnessDoes it do what it should?
TestsAre there tests? Do they pass?
SecurityAny vulnerabilities?
PerformanceAny obvious bottlenecks?
ReadabilityIs code clear and maintainable?
Error HandlingAre errors handled properly?

Issue Severity

SeverityAction
CriticalFix immediately, blocks progress
ImportantFix before proceeding
MinorNote for later, can proceed

Review Output Template

## Code Review: [Feature/Task Name]

### Files Modified

- `path/to/file.ts` - [what changed]

### Issues

**Critical:**

- [ ] [Issue description]

**Important:**

- [ ] [Issue description]

**Minor:**

- [ ] [Issue description]

### Assessment

- [ ] Ready to proceed
- [ ] Needs fixes (see issues above)

Key Rules

  • ALWAYS review after each task completion
  • MUST fix Critical issues immediately
  • MUST fix Important issues before proceeding
  • Minor issues can be noted for later
  • If reviewer is wrong, push back with technical reasoning

Common Mistakes

  • ❌ Skip review because "it's simple" → ✅ Review everything
  • ❌ Ignore Critical issues → ✅ Fix immediately
  • ❌ Proceed with Important issues → ✅ Fix first

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

94/100Analyzed 3/2/2026

High-quality, comprehensive code review skill with clear structure. Includes when-to-use triggers, detailed checklist across 6 categories, severity levels, output template, and actionable rules. Well-formatted with tables and icons. Applies universally to any codebase. Scores high on all dimensions - particularly strong on actionability and clarity. No internal-only indicators.

100
95
90
90
95

Metadata

Licenseunknown
Version-
Updated3/1/2026
Publishermajiayu000

Tags

security