lesson-reviewer

Automate curation of field-submitted Adams skill lessons from GitHub issues.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/bthornton191/adams_skills --skill lesson-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lesson-reviewer
Source: https://github.com/bthornton191/adams_skills/tree/main/.agents/skills/lesson-reviewer
Command: npx skills add https://github.com/bthornton191/adams_skills --skill lesson-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Curates field-submitted lessons from Adams skill agents, turning scattered notes into organized, maintainable references within skills.

Core Features & Use Cases

  • Daily review workflow to identify new submissions, triage them by skill, and prepare updates for the relevant references.
  • Change propagation: integrate lessons into the appropriate skill docs and close the Issue once done.
  • Documentation quality: ensures lessons are properly categorized and discoverable for future users.

Quick Start

Review new lesson submissions daily and publish accepted lessons into the appropriate skill references.

Frequently Asked Questions about lesson-reviewer

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

FAQPage Schema
How do I automate lesson review for GitHub issues labeled lesson-learned?

Automating lesson review involves scanning daily GitHub issue submissions, routing each entry to the correct skill reference, updating documentation, and closing the issue. This workflow ensures field-submitted lessons are systematically curated and incorporated into maintainable references.

What is the process for routing field-submitted knowledge to correct skill documentation?

Routing field-submitted knowledge requires evaluating each lesson entry against existing skill references, matching it to the appropriate core rule, and applying local edits to the corresponding documentation files. This maintains proper categorization and ensures lessons remain discoverable for future users.

Does this lesson curation workflow require the GitHub CLI to manage issues?

Yes, managing lesson curation relies on GitHub CLI workflows to scan submissions from issues labeled lesson-learned. The CLI facilitates the triage process and enables the automated closure of issues once the local documentation edits are successfully incorporated.

Can I use this to propagate learned lessons into existing reference files?

Yes, you can propagate learned lessons by integrating field-submitted notes into existing skill reference files. The workflow prepares updates for the relevant references, applies the local edits, and closes the originating GitHub issue to maintain documentation quality and discoverability.

What are the limitations of using GitHub issues for knowledge management curation?

A key limitation of GitHub issues for knowledge management is that curation requires local edits to reference files after routing. The workflow cannot automatically generate new skill categories, meaning lessons must map to pre-existing skill references or core rules to be successfully incorporated and closed.