ck:code-review

Review code quality and verify completion claims with technical evidence.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/felix-howard/ella --skill ck-code-review-felix-howard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:code-review
Source: https://github.com/felix-howard/ella/tree/main/.opencode/skills/code-review
Command: npx skills add https://github.com/felix-howard/ella --skill ck-code-review-felix-howard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures code quality, verifies claims, and streamlines the review process with technical rigor, preventing bugs and improving maintainability.

Core Features & Use Cases

  • Code Quality Analysis: Reviews code for adherence to best practices, correctness, and efficiency.
  • Verification Gates: Ensures that claims of completion or bug fixes are backed by evidence.
  • Edge Case Detection: Proactively identifies potential issues and boundary conditions.
  • Use Case: Before merging a new feature, use this Skill to perform a thorough code review, identify potential bugs, and verify that all requirements are met, ensuring a high-quality release.

Quick Start

Use the ck:code-review skill to review the recent changes in the codebase.

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 completion claims before creating a pull request?

You can verify code completion claims by running a rigorous code review that checks for technical evidence. This process validates that implemented features and bug fixes are fully backed by proof before merging.

What is the best way to detect edge cases in a multi-file feature implementation?

The best way to detect edge cases is using a review process with scout-based boundary detection. This proactively identifies potential issues across multi-file features during your pre-PR checks.

How does task completion validation work for post-feature implementation?

Task completion validation works by cross-referencing completion claims against technical evidence in the codebase. It ensures newly implemented features meet all requirements and adhere to best practices before release.

Can I use task pipeline orchestration for managing multi-file review cycles?

Yes, you can use native task pipeline orchestration to manage multi-file review cycles. It coordinates complex feature verification and ensures all files undergo rigorous quality assurance checks.

Does code quality analysis check for correctness and efficiency automatically?

Yes, code quality analysis automatically reviews code for adherence to best practices, correctness, and efficiency. It proactively identifies boundary conditions to prevent bugs and improve maintainability.