contract-rate-assembler-review

Audits assembled contract pricing rows against source rate documents with file:line evidence.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/EricAnalysis/eightforge-os --skill contract-rate-assembler-review-ericanalysis
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: contract-rate-assembler-review
Source: https://github.com/EricAnalysis/eightforge-os/tree/main/docs/skills/contract-rate-assembler-review
Command: npx skills add https://github.com/EricAnalysis/eightforge-os --skill contract-rate-assembler-review-ericanalysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Contract rate assembly pipelines can silently miscategorize rows, mismatch units, or duplicate derivations, and fixing them without a rigorous audit risks breaking provenance, golden fixtures, and historical data. This Skill enforces a disciplined audit-before-fix workflow for the EightForge Contract Rate Assembler. ## Core Features & Use Cases - Production-path tracing: Locates assembleContractPricingRows() and traces the real fixture from extraction through assembly, capturing actual category, unit, and rate output verbatim. - Row-by-row diff and root-cause analysis: Compares expected versus actual values field by field, then recursively deepens every mismatch across duplicate derivations, mapping issues, route-recovery logic, and validation rules. - Approval-gated minimal fixes: Separates read-only Phase A auditing from Phase B implementation, requiring explicit operator approval of root cause and scope before any edit. - Use Case: An operator notices haul rows landing in the wrong category after a pricing assembly run. Use this Skill to trace the production path, produce a row-by-row diff with file:line evidence, classify the root cause, and propose a minimal diff before any code changes. ## Quick Start Use the contract-rate-assembler-review skill to audit the assembled pricing rows from the source rate document against my expected category, unit, and rate table, then stop for my approval before implementing any fix.

Frequently Asked Questions about contract-rate-assembler-review

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

FAQPage Schema
How do I audit contract rate assembler categorization mismatches?▼

Run the Phase A audit: trace assembleContractPricingRows with the real fixture, capture actual category, unit, and rate output verbatim, then produce a row-by-row MATCH/MISMATCH diff. Each mismatch is recursively deepened to a classified root cause with file:line evidence before any fix is proposed.

How do I fix duplicate category derivations in a pricing assembly pipeline?▼

First confirm whether the duplicate pair has an existing merge or alias by inspecting the taxonomy mapping code. The audit classifies the root cause as a duplicate derivation, mapping, route-recovery, or validation issue, then proposes a minimal diff that preserves canonical keys through aliases.

Can this skill run npx commands during verification?▼

No. The skill never runs npx commands directly. When an npx command is required, it gives the exact PowerShell command to the operator and waits for the returned output before continuing, never claiming a check passed without evidence.

What happens if the audit finds a different root cause than expected?▼

The audit stops and issues a standalone Phase A report explaining the newly discovered gap and its likely scope. It does not silently reinterpret the task, apply a partial categorization fix, or broaden implementation without explicit operator approval.

When should I not use this contract rate review workflow?▼

Avoid it when you need immediate code changes without an audit trail, or when the repository is not on the operator-approved branch. The mandatory git gate stops all work if the branch check or prerequisite merge verification fails.