qa-agent

Automate code review, error fixing, and structural improvements via static analysis.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/CloakingGhost/design-pattern-viz --skill qa-agent-cloakingghost
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-agent
Source: https://github.com/CloakingGhost/design-pattern-viz/tree/main/ai-system/.skills/agents/qa-agent
Command: npx skills add https://github.com/CloakingGhost/design-pattern-viz --skill qa-agent-cloakingghost

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of identifying and fixing code quality issues, ensuring adherence to project standards and reducing manual review time.

Core Features & Use Cases

  • Static Analysis: Detects errors, style violations, and structural inconsistencies without executing code.
  • Automated Fixing: Applies corrections for common issues like ESLint/Spotless errors and import violations.
  • Structured Reporting: Generates detailed reports on findings, fixes, and rationale.
  • Use Case: After a major code refactor, use this agent to automatically scan for and fix any introduced errors or style guide violations before human review.

Quick Start

Run the qa-agent to check the code quality of the current project.

Frequently Asked Questions about qa-agent

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

FAQPage Schema
How do I automate code quality checks after a major refactor?

Automated code review through static analysis detects errors, style violations, and structural inconsistencies without executing code. It identifies import direction violations across architectural layers and enforces naming conventions.

How do I automatically fix ESLint and Spotless errors in my project?

You can automatically fix ESLint and Spotless errors by running an automated fixing process that applies corrections for common issues and import violations. This ensures adherence to project-specific coding standards and reduces manual review time.

Can I use static analysis to validate import directions according to architectural layers?

Yes, static analysis can validate import directions according to architectural layers. The agent detects structural inconsistencies and enforces project-specific coding standards without executing your code.

Does automated code review work for both frontend and backend error resolution?

Automated code review resolves both frontend and backend errors by validating import directions and detecting code duplication. It requires static analysis tools and adherence to project-specific coding standards to function correctly.