submit-learnings

Parse QA learnings from a ledger file and submit them as GitHub issues.

23|1|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/neonwatty/qa-skills --skill submit-learnings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: submit-learnings
Source: https://github.com/neonwatty/qa-skills/tree/main/skills/submit-learnings
Command: npx skills add https://github.com/neonwatty/qa-skills --skill submit-learnings

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of capturing and submitting QA learnings as GitHub issues, streamlining the feedback loop for plugin maintainers.

Core Features & Use Cases

  • Automate Learning Capture: Automatically parses QA learnings from a ledger file.
  • User Selection: Allows users to select and filter learnings based on source or specific entries.
  • Issue Creation: Constructs and submits GitHub issues with structured content, optionally including a pull request.
  • Use Case: After running QA sessions, users can easily submit their learnings as issues to the plugin repository, ensuring valuable feedback is shared with maintainers.

Quick Start

Use the submit-learnings skill to submit your QA learnings as a GitHub issue.

Frequently Asked Questions about submit-learnings

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

FAQPage Schema
How do I submit QA learnings as structured GitHub issues from a file?

To submit QA learnings as GitHub issues, this Skill parses entries from a local ledger file, filters them based on your selection, and uses the GitHub CLI to create structured issues in your repository.

Do I need the GitHub CLI installed to create issues from QA learnings?

Yes, you need the GitHub CLI (gh) installed and authenticated, as this Skill relies on it to construct and submit issues, and to manage optional pull request creation directly from your learnings.

Can I filter QA learnings before creating GitHub issues?

Yes, you can filter QA learnings before creating GitHub issues by selecting specific entries or sources, allowing you to control exactly which feedback is submitted to the plugin repository.

What is the best way to automate code review feedback submission to GitHub?

Automating code review feedback submission is handled by capturing QA learnings into a ledger file, then parsing and submitting them as structured GitHub issues to maintain a continuous feedback loop for maintainers.

Can I create a pull request along with a GitHub issue for my QA learnings?

Yes, you can optionally create a pull request alongside issue creation, enabling you to submit both the structured GitHub issue and the associated code changes from your QA learnings simultaneously.

How do I manage a QA ledger file to track learnings before submitting them?

Managing a QA ledger file involves capturing learnings during QA sessions, which this Skill then parses and filters, allowing you to select specific entries for submission as structured GitHub issues to maintainers.