history-hygiene

Record final outcomes to history.md while preventing intermediate or reversed entries.

413|64|Updated Feb 7, 2023
One-click install
npx skills add https://github.com/christianhelle/refitter --skill history-hygiene-christianhelle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: history-hygiene
Source: https://github.com/christianhelle/refitter/tree/main/.copilot/skills/history-hygiene
Command: npx skills add https://github.com/christianhelle/refitter --skill history-hygiene-christianhelle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

History logs are often polluted by intermediate requests or unreconciled reversals. This Skill enforces recording only final outcomes to history.md to preserve a reliable source of truth.

Core Features & Use Cases

  • Record the final decision and update history.md when reversals occur to reflect the actual outcome.
  • Prevent logging of intermediate states to avoid confusion and audit trail noise.
  • Useful in team decision logs, incident retrospectives, and project governance where a single, authoritative history is required.

Quick Start

Log the final outcome to history.md after a decision is confirmed.

Frequently Asked Questions about history-hygiene

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

FAQPage Schema
How do I log only final decisions and prevent intermediate requests from polluting the audit trail?

To log only final decisions and prevent intermediate requests from polluting the audit trail, record confirmed conclusions directly to history.md while skipping unconfirmed intermediate states. This approach ensures a single, authoritative source of truth for team governance.

What is the best way to maintain an authoritative decision log for team collaboration?

The best way to maintain an authoritative decision log for team collaboration is to record final outcomes to history.md. This practice prevents duplicating or contradicting past entries and avoids audit trail noise from unreconciled reversals.

How does recording final state to history.md handle reversals in project governance?

Recording final state to history.md handles reversals in project governance by applying immediate updates to reflect the actual outcome. It enforces logging confirmed conclusions, ensuring the history remains an accurate and reliable source of truth.

When do I need to update history.md during incident retrospectives?

You need to update history.md during incident retrospectives when a decision is confirmed or when a reversal occurs. This ensures the log reflects the actual final outcome rather than intermediate requests or unreconciled states.