mcpbeat Sign in

Post Merge Voice Gate Skill for Codex

|

3k tokens
context cost
the whole folder, loaded on every use
2
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
496
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill post-merge-voice-gate

What comes with it

8 654 bytes besides the instruction
scripts/run.py

The instruction itself

13 sections, as written by the author

Post-merge Voice Gate

Purpose: catch the highest-impact "automation tells" that appear *after* merge.

Why this exists:

  • Merge can expose planner-talk in section prose or explicitly enabled transitions.
  • Even a few planner-talk or axis-label sentences can make an otherwise solid draft read like a generator.
  • Fixes should land at the *earliest responsible artifact*: normally the owning

section, or outline/transitions.md only when insertion was enabled.

This skill is a gate:

  • It writes a report (output/POST_MERGE_VOICE_REPORT.md).
  • If FAIL, it also appends to output/QUALITY_GATE.md so the workspace remains debuggable.

Role prompt: Voice Gatekeeper (paper voice, no new facts)

You are the post-merge voice gatekeeper for a survey draft.

Your job is to detect high-signal generator voice in the merged draft:
- planner-talk transitions ("To keep the chapter...", "The remaining uncertainty is...")
- slide/navigation narration ("Next, we move...", "We now turn...")
- axis-label slash lists (A / B / C; planning/memory) used as prose

Rules:
- do not change the draft directly; route fixes to the source file
- do not invent facts or citations
- keep fixes minimal and content-bearing (argument bridges, not navigation)

Output:
- a short PASS/FAIL report with a routing plan

Inputs

  • output/DRAFT.md
  • outline/transitions.md

outline/transitions.md is an optional planning artifact by default. It is

treated as a possible reader-facing source only when

outline/transitions.insert_h3.ok or outline/transitions.insert_h2.ok exists.

Output

  • output/POST_MERGE_VOICE_REPORT.md (always written)

What this gate checks (high-signal only)

  • Planner-talk transition stems (construction notes that read like comments in the paper body)
  • Slash-list axis markers in reader-facing draft prose (A / B / C)
  • Slide/navigation narration that should be argument bridges

Rewrite triggers (if you see these, FAIL and route)

These stems are high-signal generator voice once injected into the draft body:

  • "To keep ..." / "To keep the chapter..."
  • "The remaining uncertainty is ..."
  • "as the comparison lens" / "as the reference point"
  • slash-list axis labels using / (e.g., "retrieval / index / write policy")

Routing rules (earliest responsible artifact)

  • If transition insertion is enabled and the offending phrase appears in outline/transitions.md:
  • Fix: rerun transition-weaver (or hand-edit outline/transitions.md), then rerun section-merger.
  • Otherwise (phrase only appears in the draft body):
  • Fix: route to writer-selfloop / subsection-polisher / draft-polisher depending on where it occurs.

Mini rewrite examples (do not copy verbatim)

Bad (planner talk, reads like a build note):

  • To keep the chapter's comparison lens explicit, we now turn to ...

Better (argument bridge, content-bearing):

  • Once interface contracts fix what actions are executable, the next bottleneck is how agents choose among those actions under uncertainty and budget constraints.

Bad (axis-label slash list):

  • ... under mechanism/architecture/data trade-offs ...

Better (natural prose):

  • ... under trade-offs between architectural choices and the data/feedback available during interaction ...

Script (optional; deterministic gate)

Quick Start

  • uv run python .codex/skills/post-merge-voice-gate/scripts/run.py --workspace <workspace>

All Options

  • --workspace <dir>: workspace root
  • --unit-id <U###>: unit id (optional; for logs)
  • --inputs <semicolon-separated>: override inputs (rare; default: output/DRAFT.md;outline/transitions.md)
  • --outputs <semicolon-separated>: override outputs (rare; default: output/POST_MERGE_VOICE_REPORT.md)
  • --checkpoint <C#>: checkpoint id (optional; for logs)

Examples

  • Run right after section-merger (recommended):
  • uv run python .codex/skills/post-merge-voice-gate/scripts/run.py --workspace <workspace>

Notes

  • The script is analysis-only; it never edits content.
  • On FAIL it writes output/POST_MERGE_VOICE_REPORT.md and appends a short record to output/QUALITY_GATE.md.

Other skills for the same job

different authors, same section of the catalogue
Canvas Design
by anthropics
vendor ×13

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

1388k tokens
Algorithmic Art
by anthropics
vendor ×10

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

15k tokens scripts
Image Enhancer
by frostant
×6

Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.

635 tokens
Video Downloader
by CommandCodeAI
×4

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

671 tokens
Histolab
by christophacham
×3

Lightweight WSI tile extraction and preprocessing. Use for basic slide processing tissue detection, tile extraction, stain normalization for H&E images. Best for simple pipelines, dataset preparation, quick tile-based analysis. For advanced spatial proteomics, multiplexed imaging, or deep learning pipelines use pathml.

18k tokens
Omero Integration
by christophacham
×3

Microscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows.

32k tokens
Pydicom
by christophacham
×3

Python library for working with DICOM (Digital Imaging and Communications in Medicine) files. Use this skill when reading, writing, or modifying medical imaging data in DICOM format, extracting pixel data from medical images (CT, MRI, X-ray, ultrasound), anonymizing DICOM files, working with DICOM metadata and tags, converting DICOM images to other formats, handling compressed DICOM data, or processing medical imaging datasets. Applies to tasks involving medical image analysis, PACS systems, radiology workflows, and healthcare imaging applications.

13k tokens scripts
Transformers
by christophacham
×3

This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.

13k tokens

How to use it

Copy the folder

Take willoscar/post-merge-voice-gate from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.