Skills · Claude Code · Agent Skills
Standards the agent follows — no negotiation.
The house's Q.A./testing discipline (language-agnostic): strategy and pyramid (unit→component→integration→e2e), tests that prove BEHAVIOR not 'it rendered', 'truly-green' smoke (content + self-check), a11y and visual regression that block, contract/data tests, flaky (detection+quarantine), useful coverage (mutation, not vanity), plan-first Q.A. with approval, and test/a11y/CWV CI gates. Extracted from engineering; offensive security is pentest.
schematize-qa · v0.1.0bash
$ schematize install qaNon-negotiable floors
Never switched off "to go faster". Full list in the skill.
Commands
Installed in .claude/commands/. Run /qa-help anytime.
/qa-helplista todos os comandos do schematize-qa/qa-planplan-first: levanta o escopo (camadas/modos, ambiente, rotas/personas, destrutivos, riscos), gera o MD de passo a passo em <projeto>_archive/qa/ e pede aprovação ANTES de rodar — nada às cegas/qa-runexecuta o Q.A. do plano aprovado: faseado/assistido (pausa entre fases) ou de uma vez (multiagentes + watchdog que retoma de checkpoint, sem retry infinito); passo destrutivo só com gate; coleta o summary.json e os gates de teste/a11y/CWV/qa-loadcarrega à força TODO o corpo normativo (estratégia/pirâmide, categorias, flaky, execução) e passa a aplicá-lo/qa-claudecria ou mescla o CLAUDE.md sempre-on de Q.A. na raiz do repo (não sobrescreve blocos de outras skills)/qa-cccontext compact: gera handoff no archive e roda /compact/qa-handoffgera o handoff (context.md + checklist.md) sem compactar — pra fim de sessãoFor AI agents
Install with no human in the loop. Metadata in llms.txt.
- Run: git clone https://github.com/schematizeme/skill-qa.git && ./skill-qa/install.sh
- Or download: https://github.com/schematizeme/skill-qa/releases/latest/download/skill-qa.zip and unzip into .claude/skills/
- Copy assets/CLAUDE.md to the repo root (always-on rule).
- Confirm with /qa-help.
Discussion
Loading…