history-hygiene

Record confirmed final outcomes to history.md after explicit confirmation.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/robpitcher/eShopOnWeb --skill history-hygiene-robpitcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: history-hygiene
Source: https://github.com/robpitcher/eShopOnWeb/tree/main/.copilot/skills/history-hygiene
Command: npx skills add https://github.com/robpitcher/eShopOnWeb --skill history-hygiene-robpitcher

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

History files track decisions and outcomes; recording only final results prevents downstream confusion caused by intermediate states or reversals.

Core Features & Use Cases

  • Enforces final-outcome logging to a central history record.
  • Updates history when a decision is reversed to reflect the actual outcome.
  • Waits for explicit confirmation before writing to history to avoid stale data.

Quick Start

After a final decision is reached, append a single, confirmed outcome to history.md.

Frequently Asked Questions about history-hygiene

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

FAQPage Schema
How do I maintain an accurate audit trail when team decisions are reversed?

To maintain an accurate audit trail when decisions are reversed, record only final outcomes to a central history file rather than intermediate requests, ensuring a single source of truth for future reference.

What is the best way to track team decisions without logging stale data?

The best way to track team decisions without stale data is to wait for explicit confirmation before writing to history, appending only the confirmed final result rather than interim states.

Why does my decision tracking history show conflicting entries?

Decision tracking history shows conflicting entries when intermediate requests are logged instead of final outcomes; updating the history file to reflect reversals ensures only confirmed results are recorded.

How do I update history logs when a previously confirmed decision is changed?

When a confirmed decision is changed, update the history log by modifying the existing entry to reflect the actual reversed outcome, preventing downstream confusion caused by interim states.

Can I use a single history file for record-keeping across multiple team collaboration workflows?

Yes, you can use a single history.md file for team collaboration record-keeping, which serves as a centralized source of truth for logging confirmed final outcomes and supporting future audits.

When should I write to the history file during a team decision workflow?

Write to the history file only after a final decision is reached and explicitly confirmed, avoiding the logging of intermediate states or unverified outcomes during the team decision workflow.