ワンクリックで
branch-health
Quick health check -- test counts and file stats for AIPass branches
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Quick health check -- test counts and file stats for AIPass branches
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Multi-bot Telegram bridge — routes messages between Telegram and Claude tmux sessions
Update branch memory files after completing work. Saves session history, key learnings, and collaboration observations to .trinity/ files.
Session wrap-up. Update memories, check plans, review git state, check inbox, flag loose ends. Use before closing a session or compacting context.
Execute drone commands -- the AIPass CLI interface for all module operations
GitHub operations via gh CLI: issues, PRs, CI runs, code review, API queries.
Check ai_mail inbox status across AIPass branches
| name | branch_health |
| description | Quick health check -- test counts and file stats for AIPass branches |
| version | 1.0.0 |
| tags | ["system","monitoring","health","testing"] |
| requires | {"pip":[],"bins":[],"config":[]} |
| has_handler | true |
Quick health check for AIPass branches. Counts Python source files, test files, and test functions to give a snapshot of each branch's codebase and test coverage.
| Action | Description |
|---|---|
summary | Full stats for all branches (default) |
tests | Test-only stats (test files, test function counts) |
| branch | Stats for a single branch by name |
drone @skills run branch_health summary
drone @skills run branch_health tests
drone @skills run branch_health flow
All actions return structured dicts:
{"success": True, "output": "...", "error": None}
apps/ for source files and tests/ for test filesdef test_ lines as test functions