running-quality-checks

Detect and execute configured linting, formatting, and testing procedures.

8|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/bostonaholic/team --skill running-quality-checks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: running-quality-checks
Source: https://github.com/bostonaholic/team/tree/main/skills/running-quality-checks
Command: npx skills add https://github.com/bostonaholic/team --skill running-quality-checks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates subjective or incomplete quality assessments by providing a standardized, mechanical verification procedure that detects and executes project-specific quality checks.

Core Features & Use Cases

  • Automated Discovery: Automatically identifies linting, formatting, type checking, and testing configurations from standard project files like package.json or Makefiles.
  • Speed-Optimized Execution: Runs checks in a deterministic, fastest-first order to provide rapid feedback.
  • Evidence-Based Reporting: Delivers objective pass/fail verdicts with concise evidence, preventing the masking of intermittent failures or "flaky" tests.

Quick Start

Invoke the running-quality-checks skill to perform a full mechanical verification of the current project configuration.

Frequently Asked Questions about running-quality-checks

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

FAQPage Schema
How do I automate quality checks for a Node.js and Python project?

Automated quality checks detect and execute configured linting, formatting, and testing procedures across Node.js, Python, and compiled environments to derive objective pass or fail verdicts.

What is the best way to prevent flaky test failures from masking project quality?

Evidence-based reporting prevents the suppression of intermittent test failures by enforcing strict evidence capture, ensuring consistent quality gating with objective pass or fail verdicts.

How do I run linting and type checking without manual configuration?

Automated discovery identifies linting, formatting, type checking, and testing configurations directly from standard project files like package.json or Makefiles to execute mechanical verification.

Can I use automated quality verification across diverse project structures?

Automated quality verification operates across diverse project structures including Node.js, Python, and compiled environments, providing standardized mechanical verification regardless of the stack.

How are quality checks executed to provide rapid feedback in CI-CD pipelines?

Quality checks are executed in a deterministic, fastest-first order to provide rapid feedback and speed-optimized verification for continuous integration and deployment pipelines.

Why do I need mechanical verification instead of manual project quality assessments?

Mechanical verification eliminates subjective or incomplete quality assessments by providing a standardized procedure that executes project-specific quality checks based on strict evidence.