quality-check

Run IDE diagnostics, code review rules, and tests to validate code quality.

5|3|Updated May 17, 2020
One-click install
npx skills add https://github.com/ryanquinn3/dotfiles --skill quality-check-ryanquinn3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-check
Source: https://github.com/ryanquinn3/dotfiles/tree/main/claude/.claude/skills/quality-check
Command: npx skills add https://github.com/ryanquinn3/dotfiles --skill quality-check-ryanquinn3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Developers need a reliable way to verify code quality, catch errors early, and ensure adherence to standards before completing tasks.

Core Features & Use Cases

  • IDE Diagnostics: Quickly identify errors and warnings in the code through IDE checks.
  • Code Review Validation: Enforce code review rules based on custom guidelines from CODE_REVIEW.md.
  • Testing: Run relevant test suites to confirm all tests pass, helping ensure code stability before deployment. Use this skill when preparing code for deployment or review to guarantee adherence to quality standards.

Quick Start

Run quality-check before marking your coding task as complete to validate code health and compliance.

Frequently Asked Questions about quality-check

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

FAQPage Schema
How do I run code validation checks before deployment?

Code validation runs IDE diagnostics, custom code review rule checks, and test suites to catch errors and ensure compliance before deployment. You execute this process before marking a coding task as complete to verify code health.

What is the best way to automate code review rules?

Automating code review rules involves enforcing custom guidelines defined in a CODE_REVIEW.md file. The validation process reads these guidelines and automatically checks the code against them to guarantee adherence to quality standards.

Can I use custom guidelines for code review validation?

Yes, code review validation enforces rules based on custom guidelines. You define your specific standards in a CODE_REVIEW.md file, and the validation process checks the code against these custom rules to ensure compliance.

Does code testing run relevant test suites automatically?

Yes, code testing runs relevant test suites automatically to confirm all tests pass. This helps ensure code stability and verifies that your changes do not break existing functionality before deployment.

Why does code quality validation fail before marking a task complete?

Code quality validation fails when IDE diagnostics detect errors, custom code review rules are violated, or relevant test suites do not pass. You must resolve these identified issues to guarantee adherence to quality standards.