check

Run formatting, linting, type checking, and unit tests across a repository.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/phoenixvc/agentkit-forge --skill check-phoenixvc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check
Source: https://github.com/phoenixvc/agentkit-forge/tree/main/.agents/skills/check
Command: npx skills add https://github.com/phoenixvc/agentkit-forge --skill check-phoenixvc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of all critical quality assurance checks for a software repository, ensuring code integrity and adherence to standards before deployment.

Core Features & Use Cases

  • Comprehensive Quality Gates: Runs formatters, linters, type checkers, and unit tests in a unified process.
  • Automated Stack Detection: Intelligently identifies and applies checks relevant to the project's technology stack.
  • Use Case: Before merging a new feature, invoke this Skill to guarantee that the code is correctly formatted, linted, type-checked, and that all tests pass, preventing regressions.

Quick Start

Run all quality checks for the current repository.

Frequently Asked Questions about check

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

FAQPage Schema
How do I automate code quality checks before merging a feature?

To automate code quality checks, you can run a unified process that executes formatters, linters, type checkers, and unit tests. This provides a single pass/fail status with a detailed breakdown to ensure code integrity before deployment.

What is automated stack detection for code quality gates?

Automated stack detection intelligently identifies the technology stack within a software repository and applies the relevant formatting, linting, and type checking configurations automatically without manual setup.

Can I run linting and type checking in a monorepo with multiple workspaces?

Yes, automated quality checks support multi-stack environments and respect workspace boundaries in monorepos. This ensures that checks are applied correctly across different project sections without cross-boundary interference.

Does this tool work with different technology stacks for continuous integration?

Yes, the tool is designed for multi-stack environments, intelligently detecting and applying the appropriate formatting, linting, and testing checks required by your specific technology stack during continuous integration.

How do I get a unified pass/fail status for unit tests and code formatting?

You can execute a comprehensive suite of automated quality checks across your repository to receive a unified pass/fail status. This process aggregates results from formatters, linters, type checkers, and unit tests into a detailed breakdown.