validate

Audit recent code changes for correctness, spec compliance, and anti-patterns.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/softwareByAndi/workflow --skill validate-softwarebyandi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/softwareByAndi/workflow/tree/main/.claude/skills/validate
Command: npx skills add https://github.com/softwareByAndi/workflow --skill validate-softwarebyandi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures code quality and adherence to specifications by auditing recent changes without making any modifications.

Core Features & Use Cases

  • Automated Code Auditing: Performs a comprehensive review of code modifications across different domains (execution engine, types, UI).
  • Severity-Graded Reporting: Compiles findings into a structured report, categorizing issues by severity (Critical, High, Medium, Low).
  • Use Case: After implementing a new feature, use this Skill to verify correctness, identify potential bugs, and ensure compliance with best practices before merging.

Quick Start

Use the validate skill to audit the latest code changes for batch ID 03.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I audit recent code changes for correctness and spec compliance?

To audit recent code changes for correctness, you can orchestrate a multi-agent validation process that reviews modifications across different domains and compiles a severity-graded report without implementing fixes.

What is the best way to automate code review for anti-patterns before merging?

Automating code review for anti-patterns is best handled by delegating domain-specific reviews to parallel agents that audit modifications and categorize issues by severity (Critical, High, Medium, Low) into a structured report.

Does the validation process modify my code to fix detected bugs?

No, the validation process does not modify your code to fix detected bugs. It strictly audits recent changes for correctness and anti-patterns, compiling findings into a structured report without implementing fixes.

Do I need git to track code modifications for quality assurance auditing?

Yes, you need git to track code modifications for quality assurance auditing. The validation process requires git for change tracking and specific file scopes for each agent to audit recent modifications.

How does a multi-agent validation process work for CI/CD pipelines?

A multi-agent validation process for CI/CD pipelines works by delegating domain-specific reviews to parallel agents that audit recent code changes, which are then compiled into a severity-graded report to ensure quality.