self-review

Review code for quality, correctness, and standards before commit.

26|1|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/rortan134/cache-app --skill self-review-rortan134
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: self-review
Source: https://github.com/rortan134/cache-app/tree/main/.agents/skills/self-review
Command: npx skills add https://github.com/rortan134/cache-app --skill self-review-rortan134

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured framework for the final review of work before committing, helping developers ensure quality, completeness, and adherence to coding standards.

Core Features & Use Cases

  • Structured Review Process: Offers a clear set of steps to follow during the review.
  • Goal Reverification: Checks if the changes meet the initial goals.
  • Bug Detection: Utilizes a subagent to find bugs and issues.
  • Quality Standards Compliance: Evaluates the code against defined quality standards.
  • Code Smell Identification: Detects common code smells based on industry standards.
  • Refactoring Recommendations: Identifies areas for potential refactoring.

Quick Start

Execute the skill by running 'review my work' in the context of your work.

Frequently Asked Questions about self-review

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

FAQPage Schema
What is a self-review process for code quality and commit preparation?

A self-review process for code quality is a structured framework to evaluate work before committing. It checks if changes meet initial goals, detects bugs, verifies standards compliance, and identifies refactoring opportunities.

How do I check my code for bugs and code smells before committing?

To check code for bugs and smells before committing, trigger a self-review using 'review my work'. The skill utilizes a subagent to detect bugs and identifies common code smells based on industry best practices.

Does this code review skill require any external dependencies or tools?

This code review skill requires no external dependencies. It operates using internal scripts to evaluate code correctness, adherence to quality standards, and readiness without needing additional packages.

What's the best way to ensure my code meets quality standards before a commit?

The best way to ensure code meets quality standards before a commit is following a structured self-review. It evaluates your implementation against defined quality standards and verifies that initial change goals are met.

Can this skill identify refactoring opportunities during an end-of-implementation review?

Yes, this skill can identify refactoring opportunities during an end-of-implementation review. It detects common code smells and highlights areas for potential refactoring to improve overall code quality.