weapp-workflow-feedback

Analyze user feedback and update Weapp skill definitions with minimal changes.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/hekinami/weapp-dev-workflow --skill weapp-workflow-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: weapp-workflow-feedback
Source: https://github.com/hekinami/weapp-dev-workflow/tree/main/skills/weapp-workflow-feedback
Command: npx skills add https://github.com/hekinami/weapp-dev-workflow --skill weapp-workflow-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns user feedback into actionable workflow improvements, helping you decide whether a skill definition needs to change and what should be updated.

Core Features & Use Cases

  • Feedback Analysis: Classify feedback as an output-path issue, template issue, process-order issue, missing feature, formatting request, or general suggestion.
  • Targeted Skill Editing: Update the relevant skill file with the smallest necessary change while preserving consistency across the workflow.
  • Workflow Governance: Support the main weapp development flow when users report that a stage, artifact, or instruction needs revision.
  • Use Case: A developer says the API documentation template is missing pagination parameters, and this Skill identifies the right skill to modify and describes the required update.

Quick Start

Ask this skill to analyze the user's feedback, identify the affected workflow stage, and update the relevant skill definition if a change is needed.

Frequently Asked Questions about weapp-workflow-feedback

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

FAQPage Schema
How do I update a weapp workflow skill definition based on user feedback?

Updating weapp workflow skill files involves analyzing feedback to classify the issue, identifying the affected stage, and applying minimal necessary changes to preserve workflow consistency.

What is workflow feedback analysis in weapp development?

Workflow feedback analysis classifies user reports into output-path issues, template gaps, process-order corrections, missing features, or formatting requests to determine required skill definition changes.

How do I fix a missing template parameter in a weapp workflow stage?

Fix missing template parameters by classifying feedback as a template gap, identifying the responsible workflow skill, and editing the skill file with the smallest necessary update to add the parameter.

Does weapp workflow feedback analysis support process-order corrections?

Yes, weapp workflow feedback analysis supports process-order corrections by identifying misaligned stages and applying targeted skill definition updates to fix execution sequence while maintaining consistency.

What's the best way to handle document-format requests in a weapp full-stack workflow?

Handle document-format requests by classifying feedback, locating the skill file governing that workflow stage, and applying minimal-change updates to the skill definition to enforce requested formatting.

When should I not use automated feedback analysis for workflow skill editing?

Avoid automated feedback analysis for workflow skill editing when feedback is a general suggestion outside weapp full-stack workflow scope, or when required changes demand large-scale rewrites rather than minimal-change updates.