gxpm-feedback

Create structured feedback issues in the gxpm source repository via CLI.

1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/laozhong86/gxpm --skill gxpm-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gxpm-feedback
Source: https://github.com/laozhong86/gxpm/tree/main/skills/gxpm-feedback
Command: npx skills add https://github.com/laozhong86/gxpm --skill gxpm-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The gxpm-feedback skill enables teams to systematically file issues back to the gxpm source repository whenever the agent detects bugs, process flaws, skill deficiencies, or improvement opportunities in the gxpm tool or workflow.

Core Features & Use Cases

  • Create structured feedback issues that are triaged and tracked in the gxpm source repository.
  • Classify feedback by type (bug, enhancement, process, or documentation) and attach What/Context/Reproduction/Impact/Suggestion details.
  • Use when the agent identifies issues during gxpm workflow execution or when there are inconsistencies between documentation and code.

Quick Start

Run gxpm feedback create --auto-id with a concise title and a detailed description to file a new gxpm feedback issue.

Frequently Asked Questions about gxpm-feedback

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

FAQPage Schema
How do I file structured feedback issues for process flaws or bugs directly to a source repository?

Use the gxpm feedback create --auto-id command with a concise title and detailed description to file structured issues into the source repository during workflow execution.

When should I create structured bug reports during workflow execution?

Create structured bug reports when the agent detects bugs, process flaws, skill deficiencies, or documentation inconsistencies during workflow execution to ensure issues are systematically tracked.

What types of issue classification are supported for tracking process improvement opportunities?

The supported classification types are bug, enhancement, process, and documentation, enabling systematic categorization of detected workflow issues and improvement opportunities.

What details do I need to provide when reporting CLI bugs or enhancement suggestions?

You must provide What, Context, Reproduction, Impact, and Suggestion details when creating bug or enhancement issues via the CLI to ensure proper triage and tracking.

Does the feedback CLI require a specific source root path configuration to create issues?

Yes, the feedback CLI enforces a configured feedback.gxpmSourceRoot path to ensure issues are filed correctly into the designated gxpm source repository location.