voice-check

Verify operator-facing strings in SKILL.md files against the Piper 5-question rubric.

Updated Jun 4, 2026
One-click install
npx skills add https://github.com/Kohlex/autopilot-plugin --skill voice-check-kohlex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: voice-check
Source: https://github.com/Kohlex/autopilot-plugin/tree/main/skills/voice-check
Command: npx skills add https://github.com/Kohlex/autopilot-plugin --skill voice-check-kohlex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The voice-check skill provides an automated gate for operator-facing text by running the Piper five-question rubric against skill outputs, returning a PASS, WARN, or FAIL verdict to ensure tone, safety, and readability align with doctrine.

Core Features & Use Cases

  • Verifies operator-facing lines against the Piper test to enforce consistent voice and safe messaging.
  • Produces a .verify-voice.md verdict document that can be wired into gate tables during the PR/merge process.
  • Composes as an AutoPilot-owned reviewer integrated into the verify-time gate (Piper Gate).

Quick Start

Run the voice-check gate on changed SKILL.md files to generate the .verify-voice.md verdict.

Frequently Asked Questions about voice-check

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

FAQPage Schema
How do I verify operator-facing text against a voice doctrine?

You can verify operator-facing text by running it against the Piper five-question rubric. This process checks tone, safety, and readability to ensure messaging aligns with established voice doctrine guidelines.

How does automated voice gating work for documentation changes?

Automated voice gating works by identifying operator-facing strings in changed SKILL.md files and evaluating them against a rubric. It outputs a .verify-voice.md verdict document to drive deterministic gating decisions during merges.

Can I use voice verification to gate pull requests automatically?

Yes, you can gate pull requests automatically by wiring the generated .verify-voice.md verdict document into your gate tables. The verdict provides PASS, WARN, or FAIL outcomes to enforce safe messaging during the PR process.

What is the Piper five-question rubric for content verification?

The Piper five-question rubric is a verification mechanism used to evaluate operator-facing text. It targets tone, safety, and readability to ensure outputs align with the Co-founder voice and doctrine standards.

What are the limitations of automated voice checking?

Automated voice checking targets only operator-facing text in SKILL.md files and does not evaluate internal logic. It relies on the Co-founder voice and Piper rubric, meaning non-operator-facing strings bypass verification entirely.