qa
SkillDev toolsEvaluate content drafts with virtual followers and get TOP 5 recommendations
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the qa skill
What this skill tells your AI
The instructions your AI receives, as published by lilmgenius/polysona in skills/qa/SKILL.md and read by ahel’s review.
!ACTIVE=$(cat personas/_active.md 2>/dev/null || echo "default"); LATEST_DRAFT=$(ls content/drafts/*.md 2>/dev/null | sort | tail -n 1); cat "personas/$ACTIVE/accounts.md" 2>/dev/null || echo "No accounts. Run /interview first."; echo "---"; if [ -n "$LATEST_DRAFT" ]; then cat "$LATEST_DRAFT"; else echo "No drafts found. Run /content first."; fi
QA Skill Protocol
- Run in
context: forkfor isolated evaluation. - Trigger
virtual-followerto execute the QA pipeline. - Return TOP 5 recommendations with scores and concise rationale.
- Use the latest saved file in
content/drafts/as the default evaluation source when no explicit draft is provided. - Save the QA report to
content/qa/before answering. - Re-read the saved QA report and include the confirmed saved path in the response.
- If no draft file exists, report that QA is blocked instead of inventing an evaluation.
Signals
- GitHub stars
- 162
- Forks
- 26
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
qa-lilmgenius- Source
- github.com/lilmgenius/polysona