validate

Evaluate repository plans and implementations against project rules to identify gaps and risks.

2|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/TMI-apps/boilerplate-vite-supabase-mui-cursor --skill validate-tmi-apps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/TMI-apps/boilerplate-vite-supabase-mui-cursor/tree/main/.cursor/skills/validate
Command: npx skills add https://github.com/TMI-apps/boilerplate-vite-supabase-mui-cursor --skill validate-tmi-apps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates repository plans and implementations against defined rules, helping teams identify gaps, risks, and non-compliance before changes are merged.

Core Features & Use Cases

  • Plan review: Assess plan documents for structure, completeness, and alignment with architecture guidelines.
  • Impl review: Validate actual code changes against the plan and project rules, highlighting deviations.
  • Reporting: Produce structured findings with actionable suggestions and wait for direction before applying changes.
  • Safety: Non-destructive by default; reports results without modifying the repository unless explicitly requested by the user.

Quick Start

Give me a plan-only or implementation review on your repository to start.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I validate repository code changes against project architecture guidelines?

To validate repository code changes against project architecture guidelines, run implementation reviews that check structure, linting, and type checking to highlight deviations and report risks.

What is the best way to review a repository plan for completeness before merging?

Reviewing a repository plan for completeness requires assessing plan documents against defined rules to identify gaps, risks, and non-compliance in architecture and tooling before changes are merged.

Can I run code quality checks without modifying the repository?

Yes, you can run code quality checks without modifying the repository, as validation is non-destructive by default and only reports findings and suggestions without applying changes unless explicitly requested.

Does automated repository validation work for both plan-only and implementation reviews?

Automated repository validation works for both plan-only and implementation reviews, evaluating architecture, code quality, and tooling compliance across mixed assessments to produce structured findings.

What checks are required to identify gaps and risks in a codebase?

Identifying gaps and risks in a codebase requires running structure validation, linting, type checking, and optional architecture checks to evaluate implementations against project rules and report actionable findings.