ecc-verification-loop

Automate build, type check, lint, test, security, and diff verification for Claude Code sessions.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/infantesromeroadrian/arca-agent --skill ecc-verification-loop-infantesromeroadrian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecc-verification-loop
Source: https://github.com/infantesromeroadrian/arca-agent/tree/main/template/skills/ecc-verification-loop
Command: npx skills add https://github.com/infantesromeroadrian/arca-agent --skill ecc-verification-loop-infantesromeroadrian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires npm, tsc, pyright, ruff, grep, git, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the verification process for Claude Code sessions, ensuring quality gates are passed and reducing manual checks.

Core Features & Use Cases

  • Automated Verification: Run a series of checks (build, type check, lint, test suite, security scan, diff review) automatically.
  • Continuous Mode: Run verification at regular intervals or after significant changes.
  • Integration with Hooks: Works well with PostToolUse hooks for immediate issue detection.
  • Use Case: After making a significant code change, run the verification loop to ensure all quality checks pass before creating a PR.

Quick Start

Run the verification loop with the command: /verify

Frequently Asked Questions about ecc-verification-loop

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

FAQPage Schema
How do I automate code verification checks for continuous integration in Claude Code?

Automated verification in Claude Code works by running a sequence of quality gates—build, type check, lint, test suite, security scan, and diff review—to ensure code changes pass all checks before integration.

What's the best way to run quality assurance checks before creating a pull request?

Running an automated verification loop ensures all quality assurance checks, including security scans and diff reviews, pass automatically before you create a pull request, reducing manual review effort.

Do I need npm and tsc installed to run automated build and type checks?

Yes, you need npm and tsc installed, along with pyright, ruff, grep, and git, as the verification process requires these specific tools to execute its build, type check, lint, and diff review checks.

Can I integrate automated verification with hooks for immediate issue detection?

Yes, the automated verification loop works well with PostToolUse hooks, allowing you to run quality checks immediately after tool usage to detect issues during continuous code development workflows.

How does the diff review process work during automated code review?

The diff review process works by using git to inspect code changes and automatically evaluating them as part of a broader verification loop that includes build, lint, test suite, and security scan checks.

Why does my continuous integration verification loop fail during the security scan?

Your verification loop may fail during the security scan if required tools like grep or git are missing, or if the code introduces vulnerabilities that the automated quality gate is designed to detect and block.