compound

Extract PR learnings and generate learning documents using a template.

171|23|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/team-attention/hoyeon --skill compound-team-attention
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: compound
Source: https://github.com/team-attention/hoyeon/tree/main/skills/compound
Command: npx skills add https://github.com/team-attention/hoyeon --skill compound-team-attention

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill captures learning from PR activity and preserves it in a structured documentation format to support knowledge sharing and post-mortems.

Core Features & Use Cases

  • Extracts learnings from PR context (comments, decisions, and outcomes) and writes to docs/learnings/.
  • Supports phase-based processing: context collection, extraction & synthesis, and template-driven document generation.
  • Useful after PR completion for retrospectives, knowledge transfer, and audit trails.

Quick Start

Use the compound skill to generate a learning document from the current PR, matching the pattern in PLAN.md and saving the result to docs/learnings/.

Frequently Asked Questions about compound

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract learnings from GitHub PR comments and decisions?

To extract learnings from GitHub PR context, this Skill uses gh pr view to gather comments and outcomes, then synthesizes them into a structured document. It automates capturing PR feedback into reusable documentation.

What is the best way to automate PR post-mortem documentation for knowledge sharing?

Automating PR post-mortem documentation is done by applying a template-driven generation phase. It processes PR context and feedback extraction to write structured learning documents directly into docs/learnings/.

How does template-driven document generation work for PR learnings?

Template-driven document generation works by applying a LEARNING_TEMPLATE.md to synthesized PR context. It matches patterns in PLAN.md during the extraction phase to ensure structured knowledge capture.

Do I need GitHub CLI to capture PR context into docs?

You need GitHub CLI to capture PR context because the Skill uses gh pr view for context collection. This command gathers the PR comments, decisions, and outcomes required for learning extraction.

Can I use this for retrospective knowledge transfer after PR completion?

You can use this for retrospective knowledge transfer after PR completion. It applies phase-based processing for context collection and synthesis to preserve audit trails and support post-mortem analysis.