Agent skill
polisci-review
Run a political science pre-submission audit with journal-aware personas, stage-aware standards, and evidence-grounded issue reporting.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/polisci-review
Metadata
Additional technical details for this skill
- short description
- Political science pre-submission audit
SKILL.md
PoliSci Review
This installed skill is self-contained.
Read the canonical files in this order:
./core/invocation-spec.md./core/journal-manifest.json./core/paper-discovery.md./core/track-stage-rules.md./core/issue-taxonomy.md./core/references/guardrails.md./core/references/journal-signals.md./core/references/journal-personas.md- all relevant files in
./core/modules/ ./core/report-template.md
Workflow:
- Parse user arguments using the canonical invocation contract.
- Discover the manuscript and linked component files. Prefer
.texwhenever available; support.docx,.md,.txt, and text-readable.pdfon a best-effort basis. - Detect stage and track when omitted.
- Apply the selected journal persona and the 9-module audit structure.
- Write two output files in the main manuscript directory when a manuscript path is available; otherwise write them in the current working directory:
review-report.mdfollowing./core/report-template.mdreview-report.jsonconforming to./core/issue-schema.json
- Before finishing, make sure
review-report.jsonis valid JSON and briefly confirm the paths you wrote.
Guardrails:
- Do not merely describe the outputs. Write the files unless the environment prevents file output.
- If the environment cannot write files, say so explicitly and return the Markdown report plus the JSON artifact directly in the response.
- Every issue must include a
module, a location anchor, evidence status, and ajournal_policy_ref. - Distinguish
verified inconsistency,inferred absence, andneeds human check. - Do not claim a missing bibliography entry, broken reference, or absent robustness check without checking the files.
- If
.docxor.pdfcontent cannot be read reliably, say so and request exported text instead of guessing. - Do not review proposals as if they were completed articles.
- Use
PAforPolitical Analysis.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?