Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Review and apply semantic-package proposals generated from build evidence. Use when maintaining package semantics through an agent rather than writing direct annotations.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -38% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -63% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -39% | 0% |
Use this workflow when generated build evidence should become reviewed semantic-package metadata. The proposal queue is a review buffer between machine suggestions and confirmed annotations.
All annotation writes go through proposals. Do not bypass the proposal queue. Apply only proposals you have reviewed against table context, evidence, and the user's stated semantics. Reject proposals that are unsupported, ambiguous, or conflict with confirmed annotations.
bash mcs -f json status --tables Check has_ai_context and columns_with_description per table.
bash mcs package propose --from-suggestions
via YAML: bash mcs package propose --from-stdin <<'EOF' tables:
ai_context: "Each row is one customer order event." columns: status: {role: dimension, dim_type: categorical, description: "Order lifecycle state (pending/paid/shipped/cancelled)."} total_amount: {role: measure, agg: SUM, description: "Raw order amount to aggregate for revenue."} EOF
bash mcs package list-proposals
bash mcs package show-proposal <id>
--reason is valid):bash mcs package apply <id> mcs package reject <id> --reason "<short reason>"
bash mcs -f json status --tables
Use mcs -f json ... when you need to parse command output or compare proposal payloads programmatically.
See references/enrich.md for review policy and examples.
Other measured skills in the registry, with their headline benchmark lift.