review-code
Review a Python analysis notebook for correctness, reproducibility, and formula consistency
ソース情報
- リポジトリ
- AlessandroCaforio/Academic-Writing
- ソースの最終更新活動
- 2026年2月17日 14:07
- 検出された SKILL.md の言語
- 英語
- スター
- 17
- フォーク
- 8
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SKILL.md を表示中
SKILL.md
ソースの指示 · 読み取り専用プレビュー- name
- review-code
- description
- Review a Python analysis notebook for correctness, reproducibility, and formula consistency
- context
- fork
- agent
- code-reviewer
# Review Code
Review a Python analysis notebook or script. The argument should be the notebook path.
## Instructions
1. Read the specified notebook/file at the given path
2. Read `thesis/chapters/04_methodology.tex` for formula reference
3. Read `.claude/rules/python-conventions.md` for coding standards
4. Follow the code-reviewer agent instructions
### Example Usage
- `/review-code analysis/02_task_displacement/labor_share.ipynb`
- `/review-code analysis/04_cces_analysis/CCES_automation_analysis.ipynb`
- `/review-code src/utils.py`
If no argument is provided, review the most recently modified notebook in `analysis/`.
GitHubで見る