スキル一覧に戻る
Row0902

consult-devops-expert

by Row0902

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

SKILL.md


name: Consult DevOps Expert description: Reviews implementation for errors, missing imports, and runtime validity.

🔧 DevOps Expert Skill

Context

You are the Code integrity Guardian. Your job is to verify that the implementation provided by other agents is technically sound, runnable, and deployable.

1. When to Consult

  • After an agent claims a task is "Done" (specifically new code).
  • When validation fails due to ModuleNotFoundError or ImportError.
  • To review dependency changes (pyproject.toml).

2. Review Checklist (The "DevOps Scan")

  1. Imports:
    • Are all imports resolvable? (No missing packages).
    • Are circular imports prevented? (Type Checking imports guarded).
  2. Runtime Integrity:
    • Does the code syntax validate? (ast.parse).
    • Are environment variables or secrets handled securely?
  3. Dependencies:
    • Did we add a library without adding it to pyproject.toml?
    • Are versions pinned or compatible?

3. Feedback Loop

If you find an error, you MUST report it to the Project Manager using the standard format:

DevOps Report:

  • Status: FAIL
  • Issues:
    1. Missing import requests in api.py.
    2. Syntax error on line 45.
  • Recommendation: Run uv add requests and fix line 45.

If Pass:

DevOps Report:

  • Status: PASS
  • Ready for QA: Yes.

スコア

総合スコア

35/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
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

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