query-bounty-format

Format bundle compositions into wiki bundle entities with atomic back-reference updates.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/kamilseghrouchni/vcro-sourcing --skill query-bounty-format
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query-bounty-format
Source: https://github.com/kamilseghrouchni/vcro-sourcing/tree/main/.claude/skills/query/bounty/format
Command: npx skills add https://github.com/kamilseghrouchni/vcro-sourcing --skill query-bounty-format

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Formats a decided bundle composition into a compliant wiki bundle entity and validates that all component entities exist, writing the result and updating back-references.

Core Features & Use Cases

  • Validates that each leg (source, screening_qa, assay) references an existing wiki entity before formatting.
  • Writes the resulting bundle to store/wiki/bundles/{bundle-id}.md and updates back-references atomically.
  • Applies a pre-write hook for validation; ensures atomic writes and back-reference updates.

Quick Start

Provide a complete bundle composition (source, screening_qa, and assay) with existing wiki entities to format into store/wiki/bundles/{bundle-id}.md.

Frequently Asked Questions about query-bounty-format

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

FAQPage Schema
How do I format wiki bundles with back-references and idempotency?

Wiki bundle formatting converts a decided bundle composition into a compliant entity, validates component existence, writes to store/wiki/bundles/{bundle-id}.md, and updates back-references atomically while enforcing idempotency and pre-write hook validation.

What happens if a component entity does not exist during bundle composition formatting?

Bundle composition formatting validates that each leg—source, screening_qa, and assay—references an existing wiki entity before formatting. If any component entity is missing, the pre-write hook validation prevents the atomic write and back-reference update from proceeding.

How do I calculate total_known values with explicit unknowns when creating wiki bundles?

Wiki bundle formatting enforces precise total_known calculation with explicit unknowns during composition. You provide the complete bundle composition, and the formatter calculates totals accurately, ensuring unknowns are explicitly stated rather than silently ignored.

Does wiki bundle formatting support atomic writes and pre-write hooks?

Wiki bundle formatting applies a pre-write hook for validation and ensures atomic writes alongside back-reference updates. This guarantees that the resulting bundle file in store/wiki/bundles/ and its back-references are written together, preventing partial or corrupted state.

What is the best way to write decided bundle compositions to store/wiki/bundles?

Provide a complete bundle composition containing source, screening_qa, and assay legs that reference existing wiki entities. The formatter validates them, applies the pre-write hook, writes to store/wiki/bundles/{bundle-id}.md, and updates back-references atomically.