painel-revisar

Audit and correct painel de entregas source files with parallel sub-agents.

15|16|Updated May 6, 2026
One-click install
npx skills add https://github.com/ReadyToGo-Education/fluxo_criativo --skill painel-revisar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: painel-revisar
Source: https://github.com/ReadyToGo-Education/fluxo_criativo/tree/main/.claude/skills/painel-revisar
Command: npx skills add https://github.com/ReadyToGo-Education/fluxo_criativo --skill painel-revisar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Elimina inconsistências nos arquivos-fonte do painel de entregas e evita retrabalho ao re-renderizar apenas as seções realmente afetadas.

Core Features & Use Cases

  • Auditoria dos arquivos-fonte do painel: verifica automaticamente a existência e a qualidade de pesquisa-mercado.md, perfil.md e idconsumidor.md do produto ativo.
  • Revisão paralela com sub-agentes: spawna revisor-pesquisa, revisor-perfil e revisor-idconsumidor para gerar fixes e flags por seção.
  • Re-renderização incremental e seletiva: executa py -3 scripts/painel-incremental.py somente para as seções apontadas como afetadas pelos agentes.
  • Relatório final orientado à ação: consolida correções automáticas e lista pendências que exigem intervenção humana, além de instruir o usuário a recarregar o painel.

Quick Start

Diga ao assistente para executar painel-revisar para auditar os arquivos-fonte do seu produto ativo e atualizar somente as seções corrigidas no painel.

Frequently Asked Questions about painel-revisar

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

FAQPage Schema
How do I audit marketing deliverables source files for content inconsistencies?

To audit marketing deliverables source files, parallel sub-agents check content integrity across pesquisa-mercado.md, perfil.md, and idconsumidor.md. They generate fixes and flags per section to eliminate inconsistencies in the active product files.

What is incremental rendering for dashboard sections and when do I need it?

Incremental rendering re-renders only affected dashboard sections rather than the entire panel. It is needed when source file corrections are applied, avoiding rework by selectively executing scripts for impacted sections only.

How do I selectively re-render corrected panel sections without rebuilding everything?

To selectively re-render corrected panel sections, execute painel-incremental.py targeting only sections flagged by sub-agents. This aggregates section impacts and applies per-section execution to update only affected dashboard areas.

Can I run parallel content QA checks across multiple markdown source files?

Yes, parallel content QA checks run by spawning dedicated revisor sub-agents for pesquisa-mercado, perfil, and idconsumidor markdown files. Each agent independently audits its file to consolidate corrections and list pending human interventions.

What dependencies do I need to perform Portuguese proofreading and panel review?

Performing Portuguese proofreading and panel review requires active product slug discovery from meus-produtos/.ativo and Python 3 to run scripts/painel-incremental.py. No additional external dependencies are required.

What are the limitations of incremental rendering for marketing deliverables?

Incremental rendering for marketing deliverables is limited to sections flagged by sub-agents and cannot auto-resolve all issues. The final report lists pending items that still require manual human intervention to complete.