c-02-memory-quality-control

Validates memory quality before code commits to gate releases.

27|4|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Foxfire1st/agents-remember --skill c-02-memory-quality-control
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: c-02-memory-quality-control
Source: https://github.com/Foxfire1st/agents-remember/tree/main/.github-vscode/skills/c-02-memory-quality-control
Command: npx skills add https://github.com/Foxfire1st/agents-remember --skill c-02-memory-quality-control

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill coordinates memory quality validation to prevent relying on drifted, incomplete onboarding, or stale memory during development and release workflows.

Core Features & Use Cases

  • Task-start drift checks to evaluate repo-wide memory trust before planning work.
  • Pre-code-commit missing-onboarding verification to catch new sources lacking sidecars.
  • Closeout memory quality reports to validate integrity and style before memory commits.
  • Explicit next actions when memory quality is not clean to guide remediation.

Quick Start

Resolve context and run the memory quality workflow to gate memory before a commit.

Frequently Asked Questions about c-02-memory-quality-control

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

FAQPage Schema
How do I validate memory quality and check for drift before a code commit?

To validate memory quality before a code commit, run a pre-commit workflow that applies task-start drift checks, verifies onboarding completeness for new sources, and generates a closeout integrity report to gate releases.

What is memory drift assessment and when do I need it for repository development?

Memory drift assessment evaluates repo-wide memory trust before planning work. You need it during task-start phases to prevent relying on stale or incomplete memory when coordinating development and release workflows.

How do I verify onboarding completeness for new repository sources before committing?

Verify onboarding completeness by running a pre-code-commit check that catches new sources lacking sidecars. This missing-onboarding verification ensures all new context is properly registered before memory commits.

Can I gate software releases using a closeout memory-quality report?

Yes, you can gate releases using a closeout memory-quality report that validates integrity and style. If memory quality is not clean, the workflow provides explicit next actions to guide remediation before releasing.

What happens when memory quality checks fail during a pre-commit verification?

When memory quality checks fail during pre-commit verification, the workflow provides explicit next actions to guide remediation. This prevents stale or incomplete memory from gating your code commit and release process.

Does memory quality control work without external dependencies for integrity checks?

Yes, memory quality control works without external dependencies to perform integrity checks. It autonomously assesses drift, verifies onboarding completeness, and enforces closeout reports across the repository context.