ck:code-review

Review code changes for defects and security issues with adversarial testing.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/DatTran26/KienTruThiHanh --skill ck-code-review-dattran26
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:code-review
Source: https://github.com/DatTran26/KienTruThiHanh/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/DatTran26/KienTruThiHanh --skill ck-code-review-dattran26

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adversarial code review helps teams identify hidden defects, security holes, and false assumptions by applying a red-team mindset to every change.

Core Features & Use Cases

  • Proactive security spine: always-on adversarial analysis that probes edge cases and failure modes.
  • Deterministic review pipeline: accepts PRs, commits, pending changes, or codebase scans with evidence-driven findings.
  • Multi-stage workflow: scout, review, adversarial, and verify for robust quality.

Quick Start

Provide the diff or target code changes and let the adversarial reviewer begin an exhaustive assessment.

Frequently Asked Questions about ck:code-review

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

FAQPage Schema
What is an adversarial code review?

Adversarial code review is a red-team approach to identifying hidden defects and security holes by actively probing edge cases and attempting to break changes. It enforces quality through evidence-led findings rather than surface-level inspection.

How do I run an adversarial code review on a pull request?

To run an adversarial code review, provide a clear diff or target code changes using input modes like pending changes, PR numbers, commit hashes, or full codebase scans. The pipeline then executes scout, review, adversarial, and verify stages.

Can I scan my full codebase for security flaws?

Yes, you can scan a full codebase for security flaws using the codebase scan input mode. The adversarial reviewer performs an exhaustive assessment to uncover hidden defects and false assumptions across the provided code.

Does the review pipeline require testable evidence before completion?

Yes, the review pipeline requires a clear diff, testable evidence, and verification before claiming completion. This evidence-driven approach ensures that all identified flaws are substantiated rather than speculative.

What is the best way to enforce code quality on pending changes?

The best way to enforce code quality on pending changes is applying an adversarial review pipeline that actively attempts to break the modifications. This multi-stage workflow probes failure modes and requires verification before approval.