com um clique
qa
Evaluate content drafts with virtual followers and get TOP 5 recommendations
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Evaluate content drafts with virtual followers and get TOP 5 recommendations
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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.