agent-reviewer

Audit TS/JS code changes for quality, style, and defects before merging.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/TrevorPLam/agency --skill agent-reviewer-trevorplam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-reviewer
Source: https://github.com/TrevorPLam/agency/tree/main/.windsurf/skills/agent-reviewer
Command: npx skills add https://github.com/TrevorPLam/agency --skill agent-reviewer-trevorplam

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews implemented changes to ensure style and logic compliance before commits, acting as a quality gate in the development workflow.

Core Features & Use Cases

  • Automated quality checks: evaluates code for style, correctness, and potential issues.
  • Conformance and safety: enforces TypeScript strict mode, naming conventions, and safe coding practices.
  • Workflow integration: used in pre-commit and PR reviews within a monorepo to prevent low-quality changes from merging.

Quick Start

Submit your code changes for automatic reviewer evaluation prior to commit.

Frequently Asked Questions about agent-reviewer

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

FAQPage Schema
How do I automate code review for TypeScript strictness before commit?

This code review process audits code changes for quality and potential defects before they enter the main branch, evaluating TypeScript strictness, consistent conventions, and secure patterns while flagging risky code.

Can I run pre-commit quality checks across a monorepo with TS and JS code?

Yes, you can run pre-commit quality checks across a monorepo with TS and JS code to enforce style and logic compliance, ensuring low-quality changes are prevented from merging into the main branch.

What is the best way to flag risky patterns and missing tests in a pull request?

The best way to flag risky patterns and missing tests in a pull request is using an automated quality gate that audits code changes for potential defects and enforces secure coding practices prior to merging.

Does a pre-commit code review process work for enforcing secure patterns in JavaScript?

Pre-commit code review works for enforcing secure patterns in JavaScript by auditing code changes for style, correctness, and potential issues, ensuring compliance with safe coding practices before merging.

When do I need an automated quality gate for pull request reviews?

You need an automated quality gate for pull request reviews when you want to ensure style and logic compliance before commits, preventing low-quality changes from merging across monorepos with TS/JS code.