code-review

Review local code changes for correctness and maintainability with file paths.

9|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/TasiTech/tasi-harness --skill code-review-tasitech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/TasiTech/tasi-harness/tree/main/resources/skills/developer/code-review
Command: npx skills add https://github.com/TasiTech/tasi-harness --skill code-review-tasitech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review helps you quickly understand what changed in a local project and assess correctness, risks, and maintainability without manually scanning every file.

Core Features & Use Cases

  • Workspace-aware review: Inspects your local project structure with a file listing, then reads the most relevant files for context.
  • Optional terminal validation: When terminal access is enabled, runs focused commands to confirm behavior (such as diffs and targeted tests).
  • Actionable outcome: Produces a prioritized summary that flags correctness first, then security, reliability, maintainability, and style with exact file paths and suggested fixes.

Quick Start

Ask the skill to review the local changes in this project and provide an actionable summary with file-specific correctness, security, and reliability issues plus suggested fixes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review local code changes for correctness and security risks?

To review local code changes, inspect your workspace files and optionally run targeted terminal commands to validate behavior. This produces a prioritized summary flagging correctness, security risks, reliability, and maintainability issues with exact file paths and suggested fixes.

Can I use terminal commands to validate behavior during a static analysis of my workspace?

Yes, you can use terminal commands to validate behavior during static analysis. When terminal access is enabled, the review process runs focused commands like git diffs and targeted test executions to confirm code behavior and assess patch risks.

What is the best way to assess maintainability improvements for an active development branch?

The best way to assess maintainability improvements is to inspect the local project structure, read relevant files for context, and execute focused tests. This generates an actionable outcome prioritizing correctness, security, reliability, maintainability, and style with concise fix recommendations.

Does code review work with pull-request-like workflows and git diff patches?

Code review works directly with pull-request-like workflows and git diff patches. It evaluates patch assessment and bug risk analysis by inspecting workspace files, validating behavior with terminal commands, and providing prioritized, correctness-first findings with exact file paths.

How do I get an actionable summary with file-specific fix recommendations for my patch?

To get an actionable summary with fix recommendations for your patch, review the local changes in your project. The process produces a prioritized summary that flags correctness first, then security, reliability, maintainability, and style with exact file paths and concise fixes.

What are the limitations of automated code review without terminal access?

Without terminal access, automated code review is limited to static analysis of workspace files and cannot run targeted test executions or commands to validate behavior. It will still produce prioritized findings for correctness, security, and maintainability based on file inspection alone.