ck:code-review

Run edge-case scouting, code review, and verification before completion claims.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MinhQuyen274/smartify --skill ck-code-review-minhquyen274
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:code-review
Source: https://github.com/MinhQuyen274/smartify/tree/main/Frontend_PROJECT_Figma/.opencode/skills/code-review
Command: npx skills add https://github.com/MinhQuyen274/smartify --skill ck-code-review-minhquyen274

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It prevents incorrect or incomplete changes from slipping through by enforcing evidence-based code review, edge-case scouting, and verification before any completion claims.

Core Features & Use Cases

  • Evidence-first review protocol: Enforces YAGNI/KISS/DRY and replaces performative agreement with verification and technical rigor.
  • Edge case scouting gate: Proactively finds boundary conditions, side effects, and unscoped impacts before dispatching a code-reviewer.
  • Task-managed review pipeline: Orchestrates scout → review → fix → verify, including parallel review and re-review cycles for multi-file features.
  • Completion verification gate: Blocks any “done/passing/fixed” claim until fresh verification evidence (tests/build/requirements) is produced.

Quick Start

Ask the AI to run a code review of your latest changes using the command: "ck:code-review [context]".

Frequently Asked Questions about ck:code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify code quality and edge cases before creating a pull request?

To verify code quality before a pull request, run an orchestrated scout, review, fix, and verify pipeline. This enforces edge-case scouting and technical rigor to catch boundary conditions and side effects before completion claims are accepted.

What is the best way to orchestrate code reviews for multi-file feature changes?

The best way to orchestrate code reviews for multi-file changes is using a task-managed pipeline that dispatches parallel review and re-review cycles. This ensures comprehensive verification across all modified scopes without missing unscoped impacts.

How do you prevent performative agreement during a code review?

To prevent performative agreement during a code review, enforce an evidence-first protocol that applies YAGNI, KISS, and DRY principles. This replaces superficial approvals with explicit verification gates requiring fresh test or build evidence.

Can I claim a task is done without providing fresh verification evidence?

No, you cannot claim a task is done without fresh verification evidence. A completion verification gate blocks any passing or fixed claims until you produce current proof from tests, builds, or requirement checks.

When do I need to run an edge-case scouting gate during software development?

You need to run an edge-case scouting gate during post-feature implementation checks or pre-PR reviews. It proactively identifies boundary conditions and side effects before dispatching a code reviewer, ensuring technical correctness.