quality-check

Delegate linting, type checking, and testing to sub-agents.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/arakitakashi/homework-coach-robo --skill quality-check-arakitakashi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-check
Source: https://github.com/arakitakashi/homework-coach-robo/tree/main/.claude/skills/quality-check
Command: npx skills add https://github.com/arakitakashi/homework-coach-robo --skill quality-check-arakitakashi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the tedious and error-prone process of manually running linters, type checkers, and tests across different parts of a codebase, ensuring code quality before integration.

Core Features & Use Cases

  • Automated Quality Gates: Delegates linting, type checking, and testing to specialized sub-agents.
  • Multi-Platform Support: Handles backend (Python), frontend (TypeScript/JavaScript), and infrastructure (Terraform) code quality checks.
  • Use Case: Before creating a pull request for a new feature, use this Skill to automatically verify that all backend, frontend, and infrastructure code adheres to project standards and passes all tests.

Quick Start

Run the quality-check skill to verify the backend code quality.

Frequently Asked Questions about quality-check

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

FAQPage Schema
How do I automate code quality checks before creating a pull request?

Automating code quality checks before a PR delegates linting, type checking, and testing to specialized sub-agents. It verifies backend, frontend, and infrastructure code to ensure everything adheres to project standards before integration.

How do I run Python backend code quality checks using mypy, ruff, and pytest?

Running Python backend code quality checks with mypy, ruff, and pytest is handled by delegating to specialized sub-agents. This Skill automates type checking, linting, and testing to verify backend code quality.

Can I check TypeScript frontend code quality and infrastructure Terraform configurations together?

You can check frontend and infrastructure code together. This Skill supports Biome, TypeScript, and Vitest for frontend quality, alongside Terraform fmt and validate for infrastructure code quality checks.

Does automated code review support both frontend and backend testing frameworks?

Automated code review supports both frontend and backend testing frameworks. It delegates testing to sub-agents using pytest for backend Python code and Vitest for frontend TypeScript code.

What is the best way to ensure infrastructure code quality with Terraform?

Ensuring infrastructure code quality with Terraform requires running formatting and validation checks. This Skill automates Terraform fmt and validate operations through delegated infrastructure sub-agents.