review

Automate triage-first code reviews and generate unified reports before merges.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Utchash007/TermTales --skill review-utchash007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/Utchash007/TermTales/tree/main/.agents/skills/review
Command: npx skills add https://github.com/Utchash007/TermTales --skill review-utchash007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage-first code review helps teams surface findings before a merge, reducing wasted effort and scope creep.

Core Features & Use Cases

  • Triage-first scope: decide which checks are relevant before running them to save time.
  • Parallel reporting: launch only selected checks and produce a single consolidated report.
  • Modes: Pipeline Mode for plan-driven verification and General Mode for ad-hoc PR reviews.

Quick Start

Agree on which checks to run with the developer, then execute the selected checks and generate a combined report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate triage-first code reviews before a pull request merge?

Automate triage-first code reviews by deciding which checks are relevant before running them, then executing only the selected checks to produce a single consolidated PR review report.

What is the difference between Pipeline Mode and General Mode for diff-based reviews?

Pipeline Mode performs plan-driven verification for structured workflows, while General Mode handles ad-hoc PR reviews to surface findings quickly before merges.

How do I run selective quality assurance checks on a pull request?

Run selective quality assurance checks by confirming the review scope with the developer first, then launching only the chosen checks to save time and avoid scope creep.

Can I generate a unified code review report from multiple checks?

Generate a unified code review report by launching selected checks in parallel, which aggregates the findings into a single consolidated output for the pull request.

When should I use a triage-first approach for code review?

Use a triage-first approach for code review when you need to surface critical findings before a merge, reducing wasted effort and preventing scope creep across diff-based checks.

Does this code review process require specific dependencies or components?

No dependencies or specific components are required to run the triage-first code review process, allowing you to execute selective checks and generate reports directly.