スキル一覧に戻る
JoernStoehler

devops-scripts

by JoernStoehler

0🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: devops-scripts description: Write or update repository devops scripts with this project's conventions. Use when creating or modifying shell scripts in scripts/ or packages/*/scripts.

Devops Scripts

Conventions

  • Use simple shell scripts to wrap common devops tasks.
  • We don't provide scripts when a popular native command exists.
  • Locations: scripts/, packages/*/scripts/ with conventional expressive names.
  • Style: minimal arguments, --help, fail fast, forward popular commands error messages, idempotent when sensible.
  • Avoid Makefiles/Justfiles due to whitespace sensitivity and friction.
  • Avoid package.json scripts except to call bash scripts or one-liners.

Development checklist

  • Syntax checks
  • Dry-runs
  • Manual test runs with inspection of outputs and side effects
  • Document test steps in script comments

Documentation

  • Include a comment header and why-comments in code.
  • Put usage-level instructions in a SKILL or AGENTS.md file referencing the script.

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です