← スキル一覧に戻る

environment-automation
by GarGraham
Provide a self‑service platform for automated correlation and multivariate analysis of tabular datasets. The tool should allow non‑specialists and analysts alike to quickly surface relationships between variables without manually coding statistical tests.
⭐ 0🍴 0📅 2026年1月16日
SKILL.md
name: environment-automation description: Use this to set up dev environments, build scripts, CI/CD pipelines, or fix "works on my machine" issues.
Skill: Environment & Automation
See also:
AGENT_SYSTEM.md
Phase
- Change / Validate
Purpose
- Ensure environment parity and automate repetitive tasks (build, deploy, lint).
Use When
- "Make this work on another machine"
- "Add a Dockerfile"
- "Set up GitHub Actions"
- "Automate the build process"
Workflow
- Audit: Check for hardcoded local paths, environment variables, or missing dependencies.
- Standardize: Use tools like
Docker,asdf, ordevcontainerto lock versions. - Automate: Wrap complex setup steps into a single
scripts/setupormakecommand. - Verify: Attempt to run the "Proof of Life" in a clean environment (e.g., a temporary container).
Output
- Environment Changes: List of new configs/scripts.
- Setup Steps: The "One Command" to get started.
- Proof of Life: Verification that the build/environment is stable.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です