tkm:review-code

Review code changes for security issues and technical correctness.

Updated May 13, 2026
One-click install
npx skills add https://github.com/khapn-2933/agentic-coding-hands-on --skill tkm-review-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tkm:review-code
Source: https://github.com/khapn-2933/agentic-coding-hands-on/tree/main/.claude/skills/review-code
Command: npx skills add https://github.com/khapn-2933/agentic-coding-hands-on --skill tkm-review-code

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill unit automates and streamlines the code review process, identifying potential security issues, false assumptions, and failure modes, while ensuring technical correctness and quality.

Core Features & Use Cases

  • Automated Code Review: Performs structured, adversarial code reviews before merging.
  • Security Analysis: Identifies security holes, false assumptions, and failure modes across changes.
  • Parallel Review: Supports parallel reviews by multiple reviewers for comprehensive analysis.
  • Verification Gates: Ensures that no completion claims are made without fresh verification evidence.
  • Use Case: For a large codebase, use this Skill unit to scan pending changes for potential issues, review commits and PRs for technical compliance, and ensure codebase health through automated scans.

Quick Start

To start reviewing the code, execute the command /tkm:review-code.

Frequently Asked Questions about tkm:review-code

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

FAQPage Schema
How do I automate code review for pull requests and pending changes?

You can automate code review by executing a command that performs an adversarial and evidence-based analysis on your pull requests, commits, or pending changes to identify security issues and false assumptions.

What is adversarial code review and how does it identify failure modes?

Adversarial code review is a structured inspection process that actively challenges technical assumptions and identifies potential security holes and failure modes across your codebase changes before merging.

How do I review an entire codebase for security issues and technical correctness?

To review an entire codebase, you can run the automated review process which applies various inspection disciplines and uses subagents for deep analysis to ensure technical correctness and codebase health.

Does automated code review work with Git diffs and require a specific repository layout?

Yes, the automated review process utilizes Git for diffs and requires a structured repository layout to properly analyze changes and provide evidence-based feedback.

How do I ensure code completion claims are verified before merging?

You can enforce verification gates that ensure no completion claims are made without fresh verification evidence, preventing unverified changes from being merged into the main branch.

Can I run parallel code reviews for comprehensive security analysis?

Yes, the system supports parallel reviews by multiple reviewers, allowing for comprehensive analysis and feedback resolution across complex codebase changes.