verify

Run lint, test, and security checks in parallel and generate a consolidated report.

1|Updated Aug 16, 2025
One-click install
npx skills add https://github.com/ReefBytes-Owner/Manifest --skill verify-reefbytes-owner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/ReefBytes-Owner/Manifest/tree/main/configs/claude/skills/verify
Command: npx skills add https://github.com/ReefBytes-Owner/Manifest --skill verify-reefbytes-owner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates code quality governance by running lint, tests, and security scans in parallel across a project, delivering a unified quality signal.

Core Features & Use Cases

  • Parallel execution of lint, test, and security checks across detected languages
  • Generates a consolidated report with pass/warn/fail per category
  • Auto-detects project language and selects appropriate tooling for each scenario
  • Suitable for CI pipelines, pre-merge checks, and large multi-language repositories

Quick Start

Run the verify skill against a target project directory to generate a unified quality report.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I run lint, test, and security checks in parallel across a multi-language project?

To run parallel lint, test, and security checks, use an automated tool that auto-detects project languages and selects the appropriate toolchain. This process executes all checks concurrently and produces a consolidated, category-based quality report.

What is the best way to automate code quality governance for a CI pipeline?

Automating code quality governance for a CI pipeline involves running parallel lint, tests, and security scans to generate a unified quality signal. This approach automatically detects languages, applies the correct toolchain, and outputs a structured report with pass, warn, or fail statuses per category.

Do I need to install linters and security scanners manually before running automated quality checks?

Yes, you need linters, test runners, and security scanners installed on your system. The automated quality check relies on these existing tools to execute parallel scans and generate the consolidated report.

How does language detection work for selecting the appropriate lint and test toolchain?

Language detection works by automatically identifying the programming languages used in a project directory. Once detected, the system selects the appropriate lint, test, and security toolchain for each language, allowing the parallel checks to run correctly across multi-language repositories.

Can I use this parallel quality check approach for pre-merge checks in large repositories?

Yes, running parallel quality checks is suitable for pre-merge checks and large multi-language repositories. It applies auto language detection to run lint, tests, and security scans concurrently, delivering a unified quality signal before merging code.