← スキル一覧に戻る

refactoring-11-ci-automation
by Silviase
⭐ 0🍴 0📅 2026年1月15日
SKILL.md
name: refactoring-11-ci-automation description: Use when adding minimal CI automation for lint, tests, and type checks in Python research code.
Refactoring 11: CI and Automation
Goal
Automate the minimum checks to keep the codebase healthy.
Sequence
- Order: 11
- Previous: refactoring-10-security-privacy
- Next: refactoring-12-data-versioning
Workflow
- Check for existing CI; extend it instead of replacing.
- Success: Existing CI remains intact with minimal additions.
- Add a simple pipeline for linting, tests, and type checks.
- Success: CI runs lint, test, and type checks on pushes or PRs.
- Keep runtime short; split heavy jobs into optional workflows.
- Success: Default CI completes quickly.
- Ensure commands run via
uv runwhere applicable.- Success: CI uses
uv runconsistently for Python checks.
- Success: CI uses
- Document how to run the same checks locally.
- Success: Local check commands are documented.
Guardrails
- Avoid complex CI matrices unless required.
- Keep CI changes isolated from refactor changes.
- Do not break existing deployment workflows.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です