quality-check

Run linting, tests, and data validations across repository skills.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/stromy-org/ai4comms-playground --skill quality-check-stromy-org
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: quality-check
Source: https://github.com/stromy-org/ai4comms-playground/tree/main/.claude/skills/quality-check
Command: npx skills add https://github.com/stromy-org/ai4comms-playground --skill quality-check-stromy-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates repository health by running linting, tests, skill and company data checks, and governance validations to surface issues early.

Core Features & Use Cases

  • Linting and test orchestration with structured reporting
  • Comprehensive validation of skills, company data, symlinks, and bootstrap version
  • Routine health audits for pre-commit, PR reviews, and periodic maintenance

Quick Start

Run the quality suite locally to scan the repository and generate a structured report.

Frequently Asked Questions about quality-check

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

FAQPage Schema
How do I automate repository health checks before committing code?▼

Automate repository health checks by running a quality suite that executes linting, tests, and metadata validation to catch issues before commit. It enforces validation rules across the codebase and generates a structured report of any failures.

What is the best way to run linting and pytest validation on a repository?▼

Run linting and pytest validation through an automated quality suite that orchestrates these checks across the repository. The suite applies pre-commit validations and generates a structured report detailing any codebase or metadata issues found.

Can I validate symlinks and skill metadata automatically during a PR review?▼

Yes, you can validate symlinks and skill metadata during a PR review by running the repository quality suite. It performs end-to-end validation across all metadata and checks symlink integrity to ensure repository health before merging.

Does the repository quality suite check bootstrap versions and company data?▼

Yes, the repository quality suite checks bootstrap versions and company data as part of its validation process. It performs comprehensive governance validations to ensure all skill data and bootstrap environments meet required standards.

What validations are enforced during a periodic repository health audit?▼

Periodic repository health audits enforce linting, optional tests, skill data validations, symlink integrity, and bootstrap version checks. The audit automates end-to-end validation across the entire codebase to surface governance issues early.