project-briefing

仓库创建 2026年7月6日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由

快速把握项目状态,适合新成员与停滞回归

这个 Skill 做什么

为整个仓库生成一页操作简报,便于交接与恢复工作

离开一段时间后恢复一个仓库、把项目交接给别人或让新 agent 上手时,生成一页式的操作简报:当前状态、如何运行与验收、关键风险和下一步动作。它会优先读 README/STATUS/运行手册,再看 git 状态、最近提交和待办项,适合整个项目级别的快速交接和恢复,而不是只针对某个小任务。

▸ 展开 SKILL.md 英文原文

WHEN resuming a repo after time away, onboarding another agent, preparing a handoff, or checking what needs attention. Produces a one-page operational brief for a whole project. Triggers: 'where am I on this', 'brief me on repo X', 'pick up where we left off', 'what does the next agent need'. OUTPUT: one-page brief (status, how to run/verify, risks, next action). NOT FOR: a single decision/task (use ctx-pack), prior-session lookup (use recall-prior-work).

开发编程项目简报上手引导代码库审阅通用
0
Stars
0
Forks
9
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/arniesaha/ctxops/main/skills/project-briefing/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/arniesaha/ctxops/main/skills/project-briefing/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# project-briefing

Use for whole-project resume/handoff. Different from `ctx-pack` (task-specific) and `recall-prior-work` (memory-only).

## Workflow

1. Read existing status docs first: `README`, `STATUS`, `AGENTS`, runbooks, deployment notes.
2. Check recent changes: git status, recent commits, open TODOs.
3. If the working tree is clean or the repo has been idle, pull a persistent-memory timeline for the project (e.g. claude-mem), if available, to recover what was last in flight.
4. Identify runtime surfaces: local URLs, deployed URLs, commands, tests, dashboards.
5. Summarize operationally.

## Output Shape

- What this project is
- Current status
- Recent changes
- How to run or verif
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有