qa-check

Delegate type-check, linting, and tests to a subagent for Laravel 12 and React projects.

1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/guidodinello/claude-dotfiles --skill qa-check-guidodinello
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: qa-check
Source: https://github.com/guidodinello/claude-dotfiles/tree/main/.claude/skills/qa-check
Command: npx skills add https://github.com/guidodinello/claude-dotfiles --skill qa-check-guidodinello

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates the full quality pipeline to the quality-checker subagent, providing a concise summary of issues without flooding the main context with raw logs.

Core Features & Use Cases

  • Delegates to the quality-checker to run type-check, linting, and tests.
  • Returns a concise, actionable summary suitable for quick review.
  • Use Case: before merging in Laravel 12 + React projects, trigger the quality pipeline and review the summary.

Quick Start

Invoke the quality-checker subagent to run the full quality pipeline and report a concise summary.

Frequently Asked Questions about qa-check

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

FAQPage Schema
How do I run a full quality check for Laravel 12 and React projects?▼

To run a full quality check for Laravel 12 and React projects, this Skill delegates the pipeline to a subagent that executes type-check, linting, and tests. It then returns a concise summary of any issues found.

Can I get a concise summary of linting and type-check errors without flooding my context?▼

Yes, you can get a concise summary of linting and type-check errors without context flooding by delegating the raw logs to a quality-checker subagent. The subagent processes the output and returns only an actionable summary.

How do I automate type-check, linting, and tests before merging my React code?▼

To automate type-check, linting, and tests before merging React code, invoke the quality-checker subagent. It runs the entire quality pipeline automatically and reports a compact summary of issues for quick review.

Does this quality pipeline execute commands directly in the main context?▼

No, this quality pipeline does not execute commands directly in the main context. It is specifically designed to delegate the type-check, linting, and test execution to a subagent to keep the main context clean.

What should I review after running the automated quality pipeline for my Laravel application?▼

After running the automated quality pipeline for your Laravel application, you should review the concise summary of issues returned by the subagent. This summary highlights linting, type-check, and test failures for quick actionable review.