with one click
qa
Evaluate content drafts with virtual followers and get TOP 5 recommendations
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Evaluate content drafts with virtual followers and get TOP 5 recommendations
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Show current persona health and content pipeline status
Generate platform-specific content drafts conditioned on your persona
Extract your persona into CLAUDE.md or AGENTS.md for use in any AI agent
Start a deep psychology-based interview to extract your persona using 10 frameworks
Inject your persona into the current session
Scan trending topics in your domains and get content recommendations
| name | qa |
| description | Evaluate content drafts with virtual followers and get TOP 5 recommendations |
| context | fork |
| agent | virtual-follower |
!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
context: fork for isolated evaluation.virtual-follower to execute the QA pipeline.content/drafts/ as the default evaluation source when no explicit draft is provided.content/qa/ before answering.