skills/general/qa-checklist/SKILL.md
Transform technical agent/node documentation into business-owner cheatsheets. Use when asked to create "cheatsheet", "review guide", "QA checklist", "validation guide", or when business owners need to verify AI decisions. Applies better-doc principles. Outputs outcome-focused documents without technical/node details.
npx skillsauth add beam-ai-team/beam-next-skills qa-checklistInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Transform technical AI documentation into simple cheatsheets for business process owners.
Business owners don't care about nodes, agents, or variables.
They care about:
Output answers: "I see outcome X. Was the AI right?"
Accept any technical input:
List every possible final outcome the AI can produce:
Flatten to outcomes only - no node/step structure.
| From Technical Docs | Transform To | |---------------------|--------------| | Decision variables | "Must contain" conditions | | Keywords/phrases | Direct quotes | | IF-THEN logic | "When correct?" description | | Edge cases, exclusions | "Wrong if" scenarios |
Load better-doc skill and apply:
Classical Style:
Smart Brevity:
Remove:
Keep:
Structure per outcome:
## [Outcome Name]
**When correct?** [One sentence - plain language]
**Must contain (at least one):**
- [Keyword/condition 1]
- [Keyword/condition 2]
**Wrong if:**
- [Scenario 1]
- [Scenario 2]
End with quick lookup:
## Quick Check
| I see... | Expected Outcome |
|----------|------------------|
| [Trigger] | [Outcome] |
Match the user's language or business context.
Keywords from source documents stay in original language (they appear in real documents users review).
Technical Input:
Node 3.1: hasKeywords_Nullplan_tars = true triggers Nullplan.
IF nInstalmentAmount = 0 AND NOT bIsFoa THEN Nullplan
Business Output (English):
## Nullplan
**When correct?** Debtor cannot pay anything.
**Must contain (at least one):**
- "Nullplan" or "flexibler Nullplan"
- Payment amount = 0.00 EUR
**Wrong if:**
- Payment amount > 0 EUR
- Only a request for account statement
Business Output (German):
## Nullplan
**Wann richtig?** Schuldner kann nichts zahlen.
**Muss enthalten (mindestens eines):**
- "Nullplan" oder "flexibler Nullplan"
- Zahlungsbetrag = 0,00 EUR
**Falsch wenn:**
- Zahlungsbetrag > 0 EUR
- Nur Anfrage nach Forderungsaufstellung
testing
Audit registry.yaml against disk, validate SKILL.md frontmatter, find duplicates and orphans. Load when user says 'audit skills registry', 'validate beam-next-skills', 'registry drift', 'skills catalog audit', 'check registry yaml'.
tools
All Workable ATS operations — fetch JDs, search candidates, post assessments/reviews. Load when user says "fetch JD", "search workable", "push to workable", "post review", "rate candidate", "workable", "push assessment", "list jobs", or after interview-coach completes an evaluation. Replaces workable-fetch-jd and workable-push-assessment.
data-ai
Load when user mentions "tavily research", "market intelligence", "competitive research", "GTM research", or needs real-time market data for sales, marketing, or vertical strategy.
development
Shared resource library for Slack integration skills. DO NOT load directly - provides common references (setup, API docs, error handling, authentication) and scripts used by slack-connect and individual Slack skills.