code-review

Audit pull request changes for standards, logic, context, and documentation issues.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/billwanggithub/GmtTestToolV1 --skill code-review-billwanggithub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/billwanggithub/GmtTestToolV1/tree/main/.agent/skills/code-review
Command: npx skills add https://github.com/billwanggithub/GmtTestToolV1 --skill code-review-billwanggithub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of code review, ensuring code quality, adherence to standards, and identification of potential bugs before merging.

Core Features & Use Cases

  • Multi-Perspective Audit: Analyzes code from the viewpoints of standards, logic, context, and documentation.
  • Issue Identification & Scoring: Detects bugs, style violations, and architectural concerns, assigning severity scores.
  • Actionable Feedback: Provides specific, constructive suggestions for improvement, including code snippets.
  • Use Case: Integrate this skill into your CI/CD pipeline to automatically flag potential issues in pull requests, reducing manual review time and improving overall code quality.

Quick Start

Review the code changes in the current pull request for potential issues and adherence to standards.

Frequently Asked Questions about code-review

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

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

Automated code review analyzes pull request changes from multiple perspectives like standards, logic, and context to identify bugs and assign severity scores. It provides actionable feedback with code snippets to ensure quality before merging.

What is multi-perspective code auditing in CI/CD pipelines?

Multi-perspective code auditing evaluates changes based on standards, logic, context, and documentation. This mechanism detects style violations and architectural concerns, assigning severity scores to flag potential issues automatically in your pipeline.

How do I enforce coding standards and detect bugs before merging?

You enforce coding standards by running automated checks on pull requests that audit logic, context, and documentation. The process identifies bugs and style violations, assigning severity scores and providing specific, constructive suggestions for improvement.

Does automated code review require project-specific guidelines?

Yes, automated code review requires adherence to project-specific guidelines and language conventions. This ensures the audit accurately evaluates logic, context, and standards against your established architecture and coding requirements.

Can I integrate automated code review into my existing CI/CD workflow?

Yes, you can integrate automated code review into your CI/CD pipeline to automatically flag potential issues in pull requests. This reduces manual review time and improves overall code quality by providing actionable feedback.

What is the best way to reduce manual pull request review time?

The best way to reduce manual review time is automating code audits for pull requests. This approach identifies bugs, scores severity, and provides actionable feedback with code snippets, ensuring adherence to standards before merging.