qb

Audit backend APIs and migrate tests to module-scoped files.

6|2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/skillsets-cc/main --skill qb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qb
Source: https://github.com/skillsets-cc/main/tree/main/skillsets/%40supercollectible/Valence/content/.claude/skills/qb
Command: npx skills add https://github.com/skillsets-cc/main --skill qb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA audits backend implementations to enforce API routing correctness, data access controls, and security compliance against a documented style guide.

Core Features & Use Cases

  • Automated backend QA checks against backend_styleguide.md including API routes, access controls, and data integrity.
  • Migration of local tests to module-scoped tests_[module] files to improve test organization and traceability.
  • Guided, task-tracked workflow for distributed QA teams to execute audits and report findings.

Quick Start

Instruct the QA assistant to audit the backend files against backend_styleguide.md and migrate tests to tests_[module].

Frequently Asked Questions about qb

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

FAQPage Schema
How do I audit backend APIs and data access controls against a style guide?

Backend API audits compare routing correctness, data access controls, and security compliance against a project-defined backend_styleguide.md. This process enforces API routing rules and validates data integrity to ensure backend implementations meet documented standards.

How do I migrate local tests to module-scoped test files?

Test migration moves local __tests__ directories into module-scoped tests_[module] files. This reorganization improves test traceability and structure by aligning test files with their corresponding backend modules.

What is a phase-tracking workflow for backend QA audits?

A phase-tracking workflow structures backend QA audits using task creation and agent specifications defined in SKILL.md. It requires frontmatter enforcement to guide distributed QA teams through sequential audit phases and report findings systematically.

Can I use automated QA checks for backend security compliance?

Automated QA checks validate backend security compliance by auditing API routes, access controls, and data integrity against a documented style guide. These checks ensure backend implementations adhere to predefined security and routing standards.

Do I need a backend style guide before running QA audits?

A backend_styleguide.md is required before running QA audits. The audit process depends on this documented style guide to evaluate API routing correctness, data access controls, and security compliance within the project.