self-review

Automate iterative review of recent project changes for logical correctness and consistency.

10|2|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/tykisgod/quick-question --skill self-review-tykisgod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: self-review
Source: https://github.com/tykisgod/quick-question/tree/main/skills/self-review
Command: npx skills add https://github.com/tykisgod/quick-question --skill self-review-tykisgod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually reviewing recent project changes (such as skill updates, configuration tweaks, and settings adjustments) for errors, inconsistencies, or missing related updates is time-consuming and prone to oversight. This Skill automates that review process to catch issues early before they are committed.

Core Features & Use Cases

  • Iterative Automated Review Loop: Runs up to 5 rounds of review, automatically fixing critical issues and terminating when no critical problems remain.
  • Comprehensive Review Checklist: Checks for logical correctness, consistency with existing repo content, omitted related file updates, redundant content, and naming alignment.
  • Use Case: After updating a game development agent's skill configuration or project settings, use this Skill to validate all changes, catch broken references or missing updates, and ensure alignment with existing codebase standards.

Quick Start

Use the self-review skill to check all changes from your most recent interaction for quality and consistency issues.

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 review for recent project changes?

To automate code review for recent project changes, use a subagent-powered review loop that checks recent modifications for logical correctness, alignment with existing codebase standards, and missing related file updates.

What is an automated review loop and how does it handle critical issues?

An automated review loop is an iterative process that classifies findings by severity and automatically fixes critical issues. It runs up to 5 rounds, terminating when no critical problems remain or the maximum round limit is reached.

Can I validate game development agent configurations automatically?

Yes, you can validate game development agent configurations automatically by applying a comprehensive review checklist that checks for logical correctness, consistency with existing repo content, redundant content, and naming alignment.

Does automated quality assurance work for checking omitted related file updates?

Automated quality assurance works for checking omitted related file updates by scanning recent project changes like skills, configurations, and settings, ensuring completeness of all related file modifications before they are committed.

What are the limitations of iterative automated change audits?

The main limitation of iterative automated change audits is the maximum round limit, which terminates the process after 5 rounds even if non-critical issues remain, prioritizing the automatic fixing of only critical problems.