lilmgenius/polysona · Archived

qa

Evaluate content drafts with virtual followers and get TOP 5 recommendations

Installation

$ npx skills add lilmgenius/polysona --skill qa

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from lilmgenius/polysona.

npx skills add lilmgenius/polysona

Browse all from lilmgenius/polysona

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 154
License LICENSE
Default branch ralphthon
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,038 B
  • docs SUMMARY.md 86 B

History

  1. First recorded snapshot · 4 installs

SKILL.md

!ACTIVE=$(cat personas/active.md 2>/dev/null || echo "default"); LATESTDRAFT=$(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 "$LATESTDRAFT" ]; then cat "$LATESTDRAFT"; else echo "No drafts found. Run /content first."; fi

QA Skill Protocol

  • Run in context: fork for isolated evaluation.
  • Trigger virtual-follower to 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.