一键导入
summarize-conversation-thread
Summarize GitHub issue/PR threads into key decisions, action items, and next steps
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Summarize GitHub issue/PR threads into key decisions, action items, and next steps
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Generate Mermaid architecture diagrams showing system components, layers, and data flows
Proactively identify at-risk issues and PRs: stale items, blocked work, deadline risks, scope creep, and unassigned high-priority items
Extract common questions from closed GitHub issues and generate an FAQ document with answers
Search project notes by topic, synthesize findings into a consolidated summary with cross-references
Proactively identify information gaps in project context and generate actionable questions to surface missing requirements, unclear specifications, or documentation gaps
Generate Mermaid dependency graphs showing issue relationships, blocking chains, and critical paths
| name | summarize-conversation-thread |
| description | Summarize GitHub issue/PR threads into key decisions, action items, and next steps |
| instructions | When summarizing a GitHub issue or PR discussion thread, extracting key decisions, or listing action items from a conversation |
| tags | ["summary","issues","discussion","decisions","action-items"] |
Read long GitHub issue or PR threads and produce concise summaries highlighting what matters.
Activate when:
## Summary: [Issue/PR Title]
**Status**: [Open/Closed] | **Comments**: [X] | **Last Activity**: [date]
### TL;DR
[2-3 sentence summary of the core discussion]
### Key Decisions
- **[Decision]**: [context and who decided]
### Action Items
- [ ] [Action] — @[owner]
### Open Questions
- [Unresolved question needing input]
### Next Steps
[What should happen next]
## Summary: Add dark mode support (#142)
**Status**: Open | **Comments**: 23 | **Last Activity**: 2 days ago
### TL;DR
Team agreed to implement dark mode using CSS variables. Debate on whether to auto-detect system preference or default to light mode resolved in favor of auto-detect.
### Key Decisions
- **Use CSS variables**: Easier to maintain than separate stylesheets — @sarah
- **Auto-detect system preference**: Better UX, users can override — @mike
### Action Items
- [ ] Create color token system — @sarah
- [ ] Add toggle to settings page — @alex
### Next Steps
Sarah to submit initial PR with color variables by Friday.