flow-next-audit

Audit .flow/memory entries against the current codebase for stale guidance.

674|52|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/gmickel/flow-next --skill flow-next-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-next-audit
Source: https://github.com/gmickel/flow-next/tree/main/plugins/flow-next/codex/skills/flow-next-audit
Command: npx skills add https://github.com/gmickel/flow-next --skill flow-next-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits the memory entries under .flow/memory to surface stale, conflicting, or outdated guidance that no longer reflects the current codebase, enabling disciplined upkeep of knowledge in the repo.

Core Features & Use Cases

  • Automated discovery and triage of memory entries across bug and knowledge tracks.
  • Phase-driven investigation with evidence collection and actionable recommendations (Keep, Update, Consolidate, Replace, Delete, or Mark stale).
  • Autofix mode support via mode:autofix to apply safe changes without prompts and surface a complete report.

Quick Start

Run the /flow-next:audit skill to begin an automated memory audit and follow the prompts to classify, update, consolidate, replace, or delete memory entries as needed.

Frequently Asked Questions about flow-next-audit

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

FAQPage Schema
How do I audit codebase memory entries for stale or outdated documentation?

You can identify outdated knowledge entries by running an audit against the codebase to classify entries as Keep, Update, Consolidate, Replace, or Delete. The process validates frontmatter fields like track, category, module, tags, and status.

Can I automatically fix conflicting memory entries without manual prompts?

Yes, you can automatically fix conflicting memory entries without manual prompts by using the autofix mode. This mode applies safe changes automatically and generates a complete report of all modifications made to the memory entries.

What does a memory audit check in codebase knowledge files?

A memory audit checks codebase knowledge files by validating frontmatter fields like track, category, module, tags, and status. It investigates entries across bug and knowledge tracks to collect evidence and determine if guidance still reflects the current codebase.

How do I consolidate conflicting guidance entries in a codebase knowledge base?

You consolidate conflicting guidance entries by running an audit that uses phase-driven investigation to detect contradictions. The audit provides actionable recommendations to Consolidate or Replace entries, applying changes via the flowctl workflow with proper citations.

What are the limitations of automated memory entry audits?

A limitation of automated memory entry audits is that ambiguous entries cannot be automatically resolved; they must be marked as stale. Additionally, the audit relies on the flowctl workflow to apply changes, requiring proper citation setup to function correctly.