← 返回
开发者工具 Key 中文

Engineering Manager Intelligence — Team Performance & Project Health

Engineering Manager Intelligence: track team performance, engineer contributions, and project health across GitLab/GitHub + Jira/GitHub Issues. Use when aske...
工程管理智能:追踪团队绩效、工程师贡献和项目健康,覆盖 GitLab/GitHub + Jira/GitHub Issues。在被询问时使用。
larryfang
开发者工具 clawhub v2.1.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 672
下载
💾 9
安装
1
版本
#docker#dora#engineering-manager#eod-review#github#gitlab#jira#latest#morning-brief#newsletter#team-performance

概述

em-intel — Engineering Manager Intelligence

Track team performance, engineer contributions, and project health across GitLab/GitHub + Jira/GitHub Issues.

Agent Instructions (read this first)

When this skill is triggered:

1. Check if configured:

test -f <skill_dir>/.env && echo "configured" || echo "not_configured"

If not configured, say:

> "em-intel needs a one-time setup. Run this and I'll guide you through it (takes ~2 min):"

> python3 /em_intel.py setup

>

> Or to preview without any credentials first:

> python3 /em_intel.py morning-brief --dry-run

The setup command handles everything: asks questions, opens token pages in the browser, writes .env, installs deps, and runs doctor automatically.

If configured, run the requested command directly:

cd <skill_dir> && python3 em_intel.py <command> [--dry-run]

On error, run doctor and surface the failing checks:

python3 <skill_dir>/em_intel.py doctor

Quick Start (manual)

# 1. Copy and fill in your API keys
cp .env.example .env
# See SETUP.md for token URLs and required scopes

# 2. Install dependencies
pip3 install -r requirements.txt

# 3. Validate configuration
python3 em_intel.py doctor

# 4. Preview with mock data (no credentials needed)
python3 em_intel.py morning-brief --dry-run

# 5. Run for real
python3 em_intel.py morning-brief

Commands

CommandDescription
----------------------
doctorCheck env vars and test API connections
morning-brief [--dry-run]Merged yesterday, open PRs >3d, quiet engineers, stalled epics
eod-review [--dry-run]Today's merges/opens, contributor list, cycle time trend
team-report [--days N] [--dry-run]Full team performance report
contributions [--engineer NAME] [--days N] [--dry-run]Branch→ticket contribution map
quiet-engineers [--dry-run]Engineers with no MR activity
epic-health [--dry-run]Stalled and unassigned epics
newsletter [--week]Weekly digest via configured delivery channel

--dry-run

Pass --dry-run to any supported command to use realistic synthetic mock data instead of hitting real APIs. Useful for previewing output format before configuring credentials.

Configuration

Set EM_CODE_PROVIDER to gitlab or github, and EM_TICKET_PROVIDER to jira or github_issues.

Delivery channels: telegram, slack, email, or print (stdout fallback).

See .env.example for all configuration options.

Architecture

em_intel.py          ← CLI entrypoint (argparse)
adapters/            ← Code platform + ticket system adapters
  base.py            ← Abstract base classes & data models
  gitlab_adapter.py  ← GitLab REST API
  github_adapter.py  ← GitHub REST API
  jira_adapter.py    ← Jira REST API
  github_issues_adapter.py ← GitHub Issues as ticket system
  mock_adapter.py    ← Synthetic data for --dry-run mode
core/                ← Business logic
  branch_mapper.py   ← Map branches → tickets → engineers
  team_pulse.py      ← Quiet engineers, MR trends, cycle times
  jira_health.py     ← Stale epics, unassigned tickets, PR age
  newsletter.py      ← Weekly digest generation
  delivery.py        ← Telegram / Slack / Email / Print routing
commands/            ← Command implementations
  morning_brief.py   ← Morning briefing
  eod_review.py      ← End-of-day review
  team_report.py     ← Full team report
  newsletter.py      ← Newsletter generation & delivery

版本历史

共 1 个版本

  • v2.1.1 当前
    2026-03-29 16:29 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,212
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,803
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,191