manager

仓库创建 2025年12月16日最近提交 8 天前SkillHot 收录 21 天前
▸ 精选理由

把会话产出和 issue 工作流无缝连接,方便端到端追踪任务进度。

▸ 风险提示

需访问多个仓库并有写入权限,存在权限与数据暴露风险

这个 Skill 做什么

在会话与 GitHub Issues 间双向同步任务并跨仓查询状态。

在会话笔记和 GitHub Issues 之间双向同步任务:会话结束时把完成的工作同步到 issue(更新正文、加注释、放到 Project),也能跨仓查询某个 track 的状态与 parent/label/Project 健康。适合把临时会话成果落地为代码库任务或快速查进度时使用。特色是保持对话产出与真实 issue 的一致性,支持写/读两种模式。

▸ 展开 SKILL.md 英文原文

Use when need to sync session work into GitHub issues OR query status of an existing track across repos. Two modes — write (end-of-session sync: find issues, update body, work-record comment, parent epic + W-label + Project placement) and read (status lookup across repos with parent/W-label/Project health). Triggers on "/manager", "sync session", "обнови issues", "синкни сессию", "зафиксируй прогресс", "статус задачи", "что по <track>", "есть ли issue по", "track status", "what about <track>".

开发编程GitHub同步任务桥接项目管理通用
208
Stars
26
Forks
32
仓库内 Skill
+6
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/serejaris/personal-corp-skills/main/skills/manager/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/serejaris/personal-corp-skills/main/skills/manager/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Manager — bidirectional GitHub issues bridge

Part of the Personal Corp framework — running a one-person business through AI agents.

Bridges session work and GitHub issues in both directions. GitHub issues are the source of truth for tasks; a GitHub Project board is the source of truth for what's active. Manager has two modes:

1. **Write mode (sync)** — at end of session: read what was done, find existing issues, update with progress + a work-record comment, keep parent / W-label / Project invariants, create new only if nothing matches.
2. **Read mode (query)** — anytime: «what about track X?», «status of Y?» → search across your repos, return condensed state of matching issues with pare
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有