Agent skill
review-stata
Run the Stata code review protocol on .do files in code/stata/. Checks reproducibility, variable management, regression specification, table and figure output conventions. Produces a report without editing files.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/review-stata
SKILL.md
Review Stata Scripts
Run the comprehensive Stata code review protocol.
Steps
-
Identify scripts to review:
- If
$ARGUMENTSis a specific.dofilename or path: review that file only - If
$ARGUMENTSisall: review all.doscripts incode/stata/
- If
-
For each script, launch the
stata-revieweragent with instructions to:- Follow the full protocol in
.claude/agents/stata-reviewer.md - Read
.claude/rules/stata-code-conventions.mdfor current standards - Save report to
quality_reports/[script_name]_stata_review.md
- Follow the full protocol in
-
After all reviews complete, present a summary:
- Total issues found per script
- Breakdown by severity (Critical / High / Medium / Low)
- Top 3 most critical issues across all scripts
-
IMPORTANT: Do NOT edit any Stata source files. Only produce reports. Fixes are applied after user review.
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?