self-review

Automate code quality checks for TypeScript compliance and test coverage.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/matchacone/pickle-LARP --skill self-review-matchacone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: self-review
Source: https://github.com/matchacone/pickle-LARP/tree/main/.agent/skills/self-review
Command: npx skills add https://github.com/matchacone/pickle-LARP --skill self-review-matchacone

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the quality check of code against standards and best practices, ensuring code quality and compliance before deployment.

Core Features & Use Cases

  • Code Quality Checks: Ensures code meets CODING_STANDARDS.md, API_SPEC.md, and Definition of Done in AGENT_PLAYBOOK.md.
  • Error Detection: Identifies type errors, forbidden patterns, missing tests, and incomplete doc updates.
  • Use Case: Before finalizing any coding task, use this Skill to review your work and catch any issues before they reach human review.

Quick Start

Run 'self-review' after finishing any coding task to automatically review your code.

Frequently Asked Questions about self-review

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

FAQPage Schema
How do I automate code quality checks before deployment?

Checking API contract compliance ensures your code adheres to API_SPEC.md. This Skill performs automated data model compliance validation to verify alignment before finalizing coding tasks.

How do I enforce React component rules and test coverage?

Enforcing React component rules requires scanning code against predefined standards. This Skill performs automated test coverage checks and validates component patterns to ensure compliance with project best practices.

Does this code review tool work with TypeScript?

Yes, TypeScript support is a core component of this code review tool. It performs type error detection and forbidden pattern scanning to ensure your codebase meets required quality standards.

What is the best way to catch incomplete documentation updates?

The best way to catch incomplete documentation updates is through automated self-reviews. This Skill identifies missing doc updates alongside type errors and missing tests before code reaches deployment.