feedback

Translate QA feedback into scope-driven code modification plans.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/moveonha/pixel-ai-studio --skill feedback-moveonha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feedback
Source: https://github.com/moveonha/pixel-ai-studio/tree/main/.claude/skills/feedback
Command: npx skills add https://github.com/moveonha/pixel-ai-studio --skill feedback-moveonha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams and developers spend excessive effort triaging feedback, scoping changes, and applying consistent fixes across a codebase. This skill streamlines that process with a structured, repeatable workflow.

Core Features & Use Cases

  • Scope analysis of QA feedback to determine impacted files and components.
  • Option generation: 2-3 implementation approaches with trade-offs and effort estimates.
  • Batch execution: parallelized changes across components, routes, and forms with validation steps.
  • Use Case: when QA reports design inconsistencies across multiple components, run the skill to analyze, propose options, implement the chosen plan, and verify results.

Quick Start

Provide the QA feedback input and let the skill determine scope, propose options, and execute the selected changes.

Frequently Asked Questions about feedback

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

FAQPage Schema
How do I translate QA feedback into scoped code modifications across multiple components?

QA feedback is analyzed to determine impacted files and components, then translated into scope-driven modification plans for consistent codebase changes. The skill identifies affected areas and proposes structured fixes.

What is the best way to fix UI inconsistencies across multiple pages in a repository?

Fixing UI inconsistencies involves scope analysis of reported design issues, generating implementation options with trade-offs, and batch executing parallelized changes across components with validation steps.

Can I automate bulk edits for design-system cleanups without external network calls?

Yes, bulk edits for design-system cleanups run entirely on local repository access without external network calls. The skill applies parallelized changes across components and validates results within the local environment.

How do I generate implementation options with effort estimates for refactoring tasks?

Implementation options are generated by analyzing the scope of required changes and proposing two to three approaches with trade-offs and effort estimates. This allows structured comparison before executing the selected refactoring plan.

Does this workflow support sequential thinking for exploring bug patterns before implementation?

Yes, the workflow supports sequential thinking processes alongside explore and implementation agents. This allows structured investigation of bug patterns and design inconsistencies before applying batch execution of fixes.