answers-questions-revisor

Review Q&A files and produce structured Markdown reports for Fine-Tuning datasets.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/joleques/northstar-ai --skill answers-questions-revisor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: answers-questions-revisor
Source: https://github.com/joleques/northstar-ai/tree/main/.codex/skills/answers-questions-revisor
Command: npx skills add https://github.com/joleques/northstar-ai --skill answers-questions-revisor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Este Skill atua como auditor de qualidade para arquivos Perguntas e Respostas gerados pela skill answers-questions, preparando-os para uso em Fine-Tuning de modelos de linguagem.

Core Features & Use Cases

  • validação de formatação: garante que o conjunto de dados utilize a estrutura padrão de perguntas e respostas para treinamento.
  • geração de relatórios de melhoria: produz um relatório estruturado com anomalias, sugestões de correção e caminhos de melhoria.
  • integração com fluxos de Fine-Tuning: organiza o output na pasta agentAI/fine-tuning/<Titulo_Base>/respostas/ com nomes padronizados.

Quick Start

Provide the target Q&A report file and the base title to start the review.

Frequently Asked Questions about answers-questions-revisor

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

FAQPage Schema
How do I validate Q&A data for fine-tuning datasets?

To validate Q&A data for fine-tuning datasets, you revise generated files to ensure they adhere to the required Markdown structure and quality criteria, producing a structured review report with anomalies and correction suggestions.

What is the best way to review Q&A pairs before model training?

The best way to review Q&A pairs before model training is to audit the generated files against formatting standards, identifying anomalies and generating a structured improvement report with correction paths for the fine-tuning data.

How do I generate quality reports for markdown Q&A files?

You generate quality reports for markdown Q&A files by evaluating the question and answer pairs against review criteria, which outputs a versioned MD file documenting anomalies and improvement suggestions in a designated directory.

Can I use this to prepare fine-tuning data from existing Q&A reports?

Yes, you can prepare fine-tuning data from existing Q&A reports by providing the target file and base title to enforce review criteria, ensuring the dataset is correctly structured and ready for fine-tuning workflows.

Where are reviewed Q&A fine-tuning files saved?

Reviewed Q&A fine-tuning files are saved as versioned MD files organized within the agentAI/fine-tuning/<Titulo_Base>/respostas/ directory, using standardized naming conventions for your training datasets.