بنقرة واحدة
qa
Evaluate content drafts with virtual followers and get TOP 5 recommendations
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Evaluate content drafts with virtual followers and get TOP 5 recommendations
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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.