workflow-fine-tuning-gemini

Orchestrate QA-driven dataset generation workflows for Gemini fine-tuning.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of supervised fine-tuning datasets by orchestrating question-answer generation, iterative review, and dataset synthesis so teams do not have to manually assemble and validate large QA-driven training sets.

Core Features & Use Cases

  • Orchestrates answers-questions and answers-questions-revisor to produce and refine an initial answer base with up to five correction loops.
  • Synthesizes final training examples with dataset-synthesizer and dataset-synthesizer-revisor, enforcing review loops and producing a validated dataset file path.
  • Safety and governance: requires interaction logs for risk assessment and seeks explicit user authorization before proceeding past correction limits.
  • Use case: produce a high-quality SFT dataset from a questions file, project docs, and interaction logs for fine-tuning Gemini-family models.

Quick Start

Run the workflow-fine-tuning-gemini skill to generate a validated fine-tuning dataset from the project title, questions file, logs directory, documentation directory, and desired number of output lines.

Frequently Asked Questions about workflow-fine-tuning-gemini

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

FAQPage Schema
How do I generate supervised fine-tuning datasets for Gemini models from project documentation?

To generate supervised fine-tuning datasets for Gemini models, you can orchestrate multi-step workflows that synthesize question-answer pairs from your project documentation. The process applies iterative QA-driven synthesis and reviewer loops to validate the final training data.

Can I automate the QA review process when creating SFT datasets?

You can automate the QA review process for SFT datasets by running orchestrated answers-questions and revisor loops. This workflow automatically enforces up to five correction iterations per reviewer loop to refine and validate the generated training examples.

What inputs do I need to prepare for QA-driven dataset synthesis?

QA-driven dataset synthesis requires a project title, a questions file, a logs directory, a documentation directory, and the desired number of output lines. Interaction logs are specifically required to perform risk assessments before generating the final dataset.

What happens if a reviewer loop exceeds the maximum correction iterations during dataset generation?

If a reviewer loop exceeds the maximum of five correction iterations during dataset generation, the workflow pauses and seeks explicit user authorization before proceeding. This safety mechanism ensures quality control and prevents unbounded loops.

How does iterative dataset synthesis handle risk assessment for training data?

Iterative dataset synthesis handles risk assessment by requiring interaction logs as a mandatory input. The workflow evaluates these logs during the question-answer generation and revision loops to ensure the synthesized training examples meet safety and governance standards.

What is the final output of an automated fine-tuning dataset generation workflow?

The final output of an automated fine-tuning dataset generation workflow is a validated dataset file path. This path points to the synthesized training examples ready for downstream supervised fine-tuning of Gemini-family models.