Agent skill
bk-monitor-weekly-report
通过 GitHub MCP 获取用户 PR 并生成周报。当用户提到生成周报、写周报时使用。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/bk-monitor-weekly-report
SKILL.md
周报生成器
工作流程
Step 1: 获取用户信息
调用 toolbase_github_get_my_user,记录 login 字段。
Step 2: 搜索 PR
对以下仓库搜索用户最近 7 天的 PR:
- TencentBlueKing/bk-monitor
- TencentBlueKing/bk-monitor-grafana-plugins
- TencentBlueKing/bkui-vue2
- TencentBlueKing/bk-weweb
- TencentBlueKing/bk-monitor-grafana
调用 toolbase_github_search_issues。
Step 3: PR 分类
- 需求:feat、feature、新增、添加
- Issues:fix、bug、修复、优化
- 其他:不匹配以上规则
优先级:Labels > 标题关键词
Step 4: 生成周报
按 weekly-template.md 输出。
📦 可用资源
skill://bk-monitor-weekly-report/references/classification-rules.mdskill://bk-monitor-weekly-report/references/weekly-template.md
📦 可用资源
skill://bk-monitor-weekly-report/references/classification-rules.mdskill://bk-monitor-weekly-report/references/weekly-template.md
根据 SKILL.md 中的 IF-THEN 规则判断是否需要加载
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?