quality-standards — implementing quality-standards in AI agents quality-standards, user-service, community, implementing quality-standards in AI agents, ide skills, quality-standards install, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing comprehensive quality metrics analysis and threshold protection. quality-standards is a skill that understands quality metrics and routes issues to specialized skills for fixes, ensuring adherence to protected quality thresholds

Features

Understands protected quality thresholds
Runs comprehensive quality checks before commit
Determines which specialized skill to use for specific issues
Provides quick reference for quality tool commands
Routes quality issues to appropriate specialized skills for fixes

# Core Topics

VilnaCRM-Org VilnaCRM-Org
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The quality-standards skill by VilnaCRM-Org is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for implementing quality-standards in AI agents, quality-standards install.

Ideal Agent Persona

Perfect for Development Agents needing comprehensive quality metrics analysis and threshold protection.

Core Value

Empowers agents to understand and enforce protected quality thresholds, route issues to specialized skills for fixes, and utilize quality tool commands for comprehensive checks, ensuring high-quality code commits.

Capabilities Granted for quality-standards

Automating quality checks before code commits
Determining appropriate specialized skills for specific quality issues
Enforcing protected quality thresholds in development workflows

! Prerequisites & Limits

  • Requires understanding of quality metrics and thresholds
  • Dependent on availability of specialized skills for fixes
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

quality-standards

Install quality-standards, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Quality Standards Skill

Context (Input)

  • Need to understand protected quality thresholds
  • Running comprehensive quality checks before commit
  • Determining which specialized skill to use for specific issues
  • Quick reference for quality tool commands

Task (Function)

Understand quality metrics and route to appropriate specialized skill for fixes.

Success Criteria: Know which skill to use for your specific quality issue.

Protected Quality Thresholds

CRITICAL: These thresholds are protected and must NEVER be lowered.

PHPInsights (Source Code)

MetricRequiredFix With
Quality100%complexity-management
Complexity94%complexity-management
Architecture100%deptrac-fixer
Style100%Run make phpcsfixer

PHPInsights (Tests)

MetricRequiredFix With
Quality95%complexity-management
Complexity95%complexity-management
Architecture90%deptrac-fixer
Style95%Run make phpcsfixer

Other Tools

ToolMetricRequiredFix With
DeptracViolations0deptrac-fixer
PsalmErrors0Fix reported issues
PsalmSecurity Issues0Fix tainted flows
InfectionMSI100%testing-workflow
PHPUnitCoverage100%testing-workflow

Quick Reference Commands

Comprehensive Checks

bash
1# Run all CI checks (recommended before commit) 2make ci

Success: Must output "✅ CI checks successfully passed!"

Individual Quality Checks

CheckCommandPurpose
Code qualitymake phpinsightsAll PHPInsights metrics
Complexity analysismake phpmdFind high-complexity methods
Static analysismake psalmType checking and errors
Security taintmake psalm-securitySecurity vulnerability scan
Architecturemake deptracLayer boundary validation
Code stylemake phpcsfixerAuto-fix PSR-12 style
Composer validationmake composer-validateValidate composer.json

Testing Commands

CheckCommandPurpose
Unit testsmake unit-testsDomain/Application logic
Integration testsmake integration-testsComponent interactions
E2E testsmake behatFull user scenarios (Behat)
All testsmake all-testsUnit + Integration + E2E
Test coveragemake tests-with-coverageGenerate coverage report
Mutation testsmake infectionTest quality validation

Routing to Specialized Skills

When quality checks fail, use the appropriate specialized skill:

Architecture Issues

  • Deptrac violationsdeptrac-fixer

    • Domain depends on Infrastructure
    • Layer boundary violations
    • "must not depend on" errors
  • DDD architecture patternsimplementing-ddd-architecture

    • Creating new entities/value objects
    • Implementing CQRS patterns
    • Understanding layer responsibilities

Code Quality Issues

  • High cyclomatic complexitycomplexity-management

    • PHPInsights complexity < 94%
    • PHPMD reports high CCN
    • Methods too complex
  • Code style issues → Run make phpcsfixer

    • PSR-12 violations
    • Line length > 100 chars
    • Formatting issues

Testing Issues

  • Test failurestesting-workflow
    • Unit/Integration/E2E failures
    • Mutation testing (Infection)
    • Test coverage < 100%

Workflow Integration

  • Before committingci-workflow

    • Run all checks systematically
    • Fix failures in priority order
    • Ensure all checks pass
  • PR review feedbackcode-review

    • Fetch and address PR comments
    • Systematic comment resolution

Quality Improvement Workflow

Step 1: Run Comprehensive Checks

bash
1make ci

Step 2: Identify Failing Check

Check output for specific failure:

❌ CI checks failed:
  - phpinsights: Complexity score too low (93.5% < 94%)

Step 3: Use Specialized Skill

Based on failure type, use appropriate skill:

Failure PatternSkill to Use
"Complexity score too low"complexity-management
"Deptrac violations"deptrac-fixer
"must not depend on"deptrac-fixer
"tests failed"testing-workflow
"Psalm found errors"Fix type errors directly
"escaped mutants"testing-workflow

Step 4: Re-run CI

bash
1make ci

Repeat until: "✅ CI checks successfully passed!"

Constraints (Parameters)

NEVER

  • Lower quality thresholds in config files (phpinsights.php, infection.json5, etc.)
  • Skip failing checks to "save time"
  • Commit code without all CI checks passing
  • Modify deptrac.yaml to allow violations (fix code, not config)
  • Disable security checks

ALWAYS

  • Fix code to meet standards (not config to meet code)
  • Run make ci before creating commits
  • Use specialized skills for specific quality issues
  • Maintain 100% test coverage
  • Keep cyclomatic complexity low (target: < 5 per method)
  • Respect hexagonal architecture boundaries

Format (Output)

Expected CI Output

✅ CI checks successfully passed!

Expected PHPInsights Output

[CODE] 100.0 pts       ✅ Target: 100%
[COMPLEXITY] 94.0 pts  ✅ Target: 94%
[ARCHITECTURE] 100 pts ✅ Target: 100%
[STYLE] 100.0 pts      ✅ Target: 100%

Expected Deptrac Output

✅ No violations found

Expected Infection Output

Mutation Score Indicator (MSI): 100%

Verification Checklist

After using this skill:

  • Identified which quality check is failing
  • Selected appropriate specialized skill for the issue
  • Ready to execute specialized skill workflow
  • Understand which threshold applies to the failure
  • Know the command to re-run the check after fixes

Reference Documentation

For detailed examples and patterns, see:

  • Refactoring patterns → complexity-management skill
  • Architecture rules → implementing-ddd-architecture skill
  • Layer boundaries → deptrac-fixer skill
  • Testing strategies → testing-workflow skill

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is quality-standards?

Perfect for Development Agents needing comprehensive quality metrics analysis and threshold protection. quality-standards is a skill that understands quality metrics and routes issues to specialized skills for fixes, ensuring adherence to protected quality thresholds

How do I install quality-standards?

Run the command: npx killer-skills add VilnaCRM-Org/user-service. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for quality-standards?

Key use cases include: Automating quality checks before code commits, Determining appropriate specialized skills for specific quality issues, Enforcing protected quality thresholds in development workflows.

Which IDEs are compatible with quality-standards?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for quality-standards?

Requires understanding of quality metrics and thresholds. Dependent on availability of specialized skills for fixes.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add VilnaCRM-Org/user-service. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use quality-standards immediately in the current project.

Related Skills

Looking for an alternative to quality-standards or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI