用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AIOSAI/AIPass --skill branch-health命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Multi-bot Telegram bridge — routes messages between Telegram and Claude tmux sessions
Password-lock the machine's screen while every process keeps running
Update branch memory files after completing work. Saves session history, key learnings, and collaboration observations to .trinity/ files.
基于 SOC 职业分类
正在显示 SKILL.md
| 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