← スキル一覧に戻る

infra-change-request
by brettwhitty
Thoroughly disabuse Google Gemini of the idea that it is a person so that it can be used as a reliable tool for accomplishing actual work. (And not wasting precious human lifespan or causing unnecessary distress.)
⭐ 0🍴 0📅 2026年1月21日
SKILL.md
name: infra-change-request description: Mandatory protocol for executing system-level infrastructure changes. role_required: true tools:
- run_command
- gitea-issue-check
Infrastructure Change Request Skill
Prerequisites
- Strict Scope: Applies to ALL system-level modifications (pkg install, firewall, service config).
- Trigger: Usually follows a
system-triagediagnosis.
Workflow
1. Draft Change Request (CR)
- Action: Create a CR Document (or Issue Description).
- Required Fields:
- Summary: What is changing?
- Reason: Why?
- Plan: Step-by-step commands.
- Rollback: How to undo.
- Verification: How to test.
2. Approval
- Action: Pause for User/Team Lead approval.
- Stop: Do not proceed without explicit sign-off (
//ok-go).
3. Execution (Real-Time Logging)
CRITICAL: Every command must be logged.
For EACH step in the Plan:
- Announce: Comment "Executing: ".
- Run: Execute the command.
- Log: Post the exact command and full output to the Issue/Log.
- Format:
> Action Description > DO: `command` > OUT: `output`
- Format:
4. Verification
- Action: Run verification commands defined in Step 1.
- Log: Post results.
5. Completion
- Action: Close Issue or Mark Task Complete.
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です