verify

Automate format, typecheck, test, and lint verification for a monorepo.

Updated Jun 24, 2026
One-click install
npx skills add https://github.com/AvatarGanymede/pcraft --skill verify-avatarganymede
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/AvatarGanymede/pcraft/tree/main/.agents/skills/verify
Command: npx skills add https://github.com/AvatarGanymede/pcraft --skill verify-avatarganymede

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the verification process for a monorepo, including format, typecheck, test, and lint, saving developers time and reducing the risk of errors.

Core Features & Use Cases

  • Automated Verification: Run the full verification pipeline on the monorepo after implementing changes.
  • Delegation: Utilizes a subagent for the verification process, optimizing cost and efficiency.
  • Fallback Mechanism: Provides a direct-command fallback for cases where subagents are unavailable.
  • Use Case: After making changes to a monorepo, use this Skill to ensure all changes pass the verification process before proceeding with commits or pushes.

Quick Start

Run the verify Skill to automatically verify your monorepo changes.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I automate monorepo verification for format, typecheck, test, and lint?

You can automate monorepo verification by running a pipeline that handles formatting, typechecking, testing, and linting to ensure code quality. This process utilizes a subagent to optimize cost and efficiency.

What is the best way to verify monorepo changes before committing?

The best way to verify monorepo changes before committing is to run an automated verification pipeline that checks format, types, tests, and lint. This reduces the risk of errors and ensures all changes pass quality checks.

Can I run monorepo linting and typechecking without a subagent?

Yes, you can run monorepo linting and typechecking without a subagent by using the direct-command fallback mechanism. This ensures verification proceeds when subagents are unavailable.

Does monorepo verification work with standard code quality and linting tools?

Monorepo verification works with standard code quality and linting tools by orchestrating format, typecheck, test, and lint commands across the project. It automates these checks to reduce errors after implementing changes.

Why does automated monorepo testing fail when subagents are unavailable?

Automated monorepo testing may encounter issues when subagents are unavailable because the primary delegation mechanism cannot execute. The Skill provides a direct-command fallback to run verification directly in this scenario.