code-quality

Coordinate code-review, code-verify, code-test, and code-lint tasks into a centralized report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sirn/dotfiles --skill code-quality-sirn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-quality
Source: https://github.com/sirn/dotfiles/tree/main/var/agents/skills/code-quality
Command: npx skills add https://github.com/sirn/dotfiles --skill code-quality-sirn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates end-to-end code quality checks by coordinating reviews, verifications, tests, and linting to produce a unified quality assessment.

Core Features & Use Cases

  • Orchestrates the four sub-skills: code-review, code-verify, code-test, and code-lint to assess code quality.
  • Executes checks in parallel to accelerate feedback and surfaces a consolidated report for quick remediation.
  • Suitable for per-commit, pull-request, or batch codebases to maintain software quality across teams.

Quick Start

Execute all four sub-skills against your codebase to generate a comprehensive quality report.

Frequently Asked Questions about code-quality

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

FAQPage Schema
How do I automate end-to-end code quality checks across a large codebase?

Automating end-to-end code quality checks involves coordinating code-review, code-verify, code-test, and code-lint tasks in parallel to generate a consolidated quality report with prioritized action items.

What is the best way to consolidate code review, test, and lint findings into one report?

Consolidating code review, test, and lint findings requires orchestrating these checks to run in parallel and aggregating the results into a unified quality assessment with a prioritized remediation list.

How do I run code quality workflows for per-commit or pull-request batches?

Running code quality workflows for per-commit or pull-request batches involves executing coordinated code-review, code-verify, code-test, and code-lint tasks against targeted changes to provide rapid feedback.

Do I need specific sub-skills to perform automated code quality orchestration?

Yes, performing automated code quality orchestration requires the four sub-skills: code-review, code-verify, code-test, and code-lint to execute checks and aggregate the centralized quality report.

Can I scale code quality verification across multiple repositories with frequent changes?

Scaling code quality verification across repositories with frequent changes is supported by executing parallel checks and aggregating findings to deliver rapid feedback and centralized action items.