hf.cleanup-code-change-marker

Removes the code-changed marker file from the per-project marker directory on Stop.

5|2|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/T-rav/hydraflow --skill hf-cleanup-code-change-marker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hf.cleanup-code-change-marker
Source: https://github.com/T-rav/hydraflow/tree/main/.codex/skills/hf.cleanup-code-change-marker
Command: npx skills add https://github.com/T-rav/hydraflow --skill hf-cleanup-code-change-marker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clean up stale code-change markers that could trigger unintended reviews after the Stop stage, keeping the review pipeline clean.

Core Features & Use Cases

  • Cleans the per-project marker directory by removing the marker file on Stop.
  • Prevents stale review triggers in the next session by ensuring a clean state.
  • Intended to run as the final action in the Stop hooks sequence for deterministic cleanup.

Quick Start

Configure the Stop hook to run this script last so it clears the code-changed marker.

Frequently Asked Questions about hf.cleanup-code-change-marker

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

FAQPage Schema
How do I stop stale code-change markers from triggering unintended reviews?

To stop stale code-change markers from triggering unintended reviews, configure a final Stop hook to remove the marker file after review completion, ensuring a clean state for the next session.

What is a Stop hook for cleaning up code-change markers?

A Stop hook for cleaning up code-change markers is a final post-review action that deletes the per-project marker file, preventing stale review triggers across sessions regardless of processed issues or builds.

How do I set up a Stop hook to remove a code-changed marker file?

To set up a Stop hook to remove a code-changed marker, configure the hook sequence so the cleanup script runs last, clearing the per-project marker directory derived from the project path.

Does the code-change marker cleanup script run per-project or globally?

The code-change marker cleanup script operates per-project, deriving its marker directory from the project path to ensure the marker is cleaned across sessions without side effects.

What happens if the code-change marker is not removed after a review?

If the code-change marker is not removed after a review, it remains stale and could trigger unintended reviews in the next session, contaminating the review pipeline with outdated state.

Are there side effects when removing the code-changed marker after Stop?

Removing the code-changed marker after Stop produces no side effects; the script exits cleanly after deleting the marker file, ensuring deterministic cleanup of the per-project marker directory.