← スキル一覧に戻る

stata
by rukikotoo
AutoRegMonkey,实证机器人
⭐ 6🍴 0📅 2025年12月10日
SKILL.md
name: stata description: Execute Stata do-files via Bash using absolute paths and automatically retrieve logs.
Stata Skill
Executable Path: "D:/Stata/StataMP-64.exe"
1. CODE GENERATION RULES (Mandatory)
Whenever you create or edit a .do file, you MUST insert these two lines at the very top:
capture log close // Closes any previously open logs to prevent errors
set more off // Prevents Stata from pausing for user input (freezing)
## Operational Instructions
### Correct Execution Example
If you want to run `analysis.do` located in `D:/Project/`:
powershell -Command "& \"D:/Stata/StataMP-64.exe\" /e do
\"D:/AutoRegMonkey/workspace/analysis.do\""
工作目录设在workspace,log文件也输出到workspace
在根目录下读取同名的log文件,那是stata的输出
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です