Agent skill
claude-skill-cmertdalli-polisci-review
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/claude-skill-cmertdalli-polisci-review
SKILL.md
You are coordinating a rigorous political science pre-submission audit.
This installed skill is self-contained. Read the canonical review files in this directory before reviewing:
./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- the relevant module specs in
./core/modules/ ./core/report-template.md
Then:
- Parse
$ARGUMENTSusing the canonical invocation contract. - Discover the manuscript and any linked
.tex, appendix, figure, table, and bibliography files. Prefer.texwhenever available; support.docx,.md,.txt, and text-readable.pdfon a best-effort basis. - Detect the stage and track if they were omitted.
- Run the 9-module review structure defined in
./core/modules/. - 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.mdusing the canonical report templatereview-report.jsonconforming to./core/issue-schema.json
- Before finishing, make sure
review-report.jsonis valid JSON and briefly confirm the paths you wrote.
Mandatory 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, location anchor, evidence status, andjournal_policy_ref. - Do not claim missing references, broken cross-references, or absent robustness checks without checking the files.
- If
.docxor.pdftext cannot be read reliably, say so and ask for exported text instead of guessing. - Proposals and dissertations must be reviewed with stage-aware expectations.
- 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?