code-verify

Automate code verification with structural, reviewer-subagent, and orchestration checks.

1|Updated Sep 20, 2025
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill code-verify-alex1980alex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-verify
Source: https://github.com/Alex1980Alex/1C-Enterprise_Framework/tree/main/.claude/skills/code-verify
Command: npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill code-verify-alex1980alex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verifies code quality across multiple levels after any change, ensuring structural integrity and reliable reviews without manual overhead.

Core Features & Use Cases

  • 3-level verification: structural check, reviewer-subagent review, and orchestration decision.
  • 4 modes: knowledge-compliance, behavior-preservation, bug-fix-validation, quality-review.
  • Handles Ralph Wiggum loop retries with bounded iterations for iterative improvements.

Quick Start

Run code-verify after every code change to automatically assess structure, reviewer feedback, and final decision.

Frequently Asked Questions about code-verify

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

FAQPage Schema
How do I automate code verification after every change?

Automated code verification runs multi-level checks after every code change to ensure structural integrity and reliable reviews without manual overhead. It guides the workflow through structural checks, reviewer-subagent feedback, and final orchestration decisions.

What is multi-mode code review and how does it handle bug fix validation?

Multi-mode code review applies four distinct verification modes: knowledge-compliance, behavior-preservation, bug-fix-validation, and quality-review. Bug fix validation specifically ensures that code changes resolve the targeted issues without introducing regressions.

How do I handle infinite loop retries during automated code review?

Automated code review handles infinite loop retries through bounded iteration loops during iterative improvements. This mechanism manages Ralph Wiggum loop handling by setting maximum retry limits to prevent endless verification cycles.

Can I use deterministic prompts for structured pass/fail decisions in QA automation?

QA automation with deterministic prompts satisfies requirements for structured pass/fail decisions by applying three levels of checks. These include structural validation, reviewer-subagent assessment, and orchestration-level final decisions to guide the workflow.

What's the best way to verify code quality without manual overhead?

Verifying code quality without manual overhead is best achieved through unified, multi-mode code verification. It automatically assesses structure, reviewer feedback, and final decisions across three levels after any change is made.