housekeeping

Coordinate parallel subagents to refresh governance documents and reconcile issues.

4|1|Updated Oct 29, 2025
One-click install
npx skills add https://github.com/bacchus-labs/wrangler --skill housekeeping-bacchus-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: housekeeping
Source: https://github.com/bacchus-labs/wrangler/tree/main/skills/housekeeping
Command: npx skills add https://github.com/bacchus-labs/wrangler --skill housekeeping-bacchus-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious and error-prone process of maintaining project hygiene, ensuring documentation, issue tracking, and code structure remain accurate and organized.

Core Features & Use Cases

  • Automated Governance Refresh: Updates roadmap, metrics, and compliance checks.
  • Issue Reconciliation: Ensures open issues reflect reality and closes completed ones.
  • Documentation Drift Detection: Identifies discrepancies between code and documentation.
  • File Organization: Cleans up the project root and archives old work.
  • Worktree Cleanup: Removes stale git worktrees associated with merged PRs.
  • Use Case: After a sprint, run housekeeping to automatically archive completed tasks, update the roadmap with new priorities, and flag any documentation that no longer matches the implemented features.

Quick Start

Run the housekeeping skill to perform a comprehensive project cleanup and state reconciliation.

Frequently Asked Questions about housekeeping

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

FAQPage Schema
How do I automate project housekeeping to update documentation and reconcile issues?

Automating project housekeeping involves coordinating parallel subagents to refresh governance documents, reconcile open issues with implementation reality, and organize completed work. This ensures project state accuracy and alignment across the development lifecycle.

What is the best way to detect documentation drift after a sprint?

Detecting documentation drift requires identifying discrepancies between the codebase and existing documentation. Automated housekeeping tools flag mismatches where docs no longer match implemented features, ensuring project state accuracy after development cycles.

How do I clean up stale git worktrees from merged pull requests?

Cleaning up stale git worktrees involves identifying worktrees associated with merged PRs and removing them. Automated housekeeping workflows handle this cleanup alongside file organization and archiving old work to tidy the project root.

Can I use automated housekeeping for project management tasks like roadmap updates?

Yes, automated housekeeping handles project management tasks by refreshing governance documents. It updates roadmaps, metrics, and compliance checks, ensuring your project tracking accurately reflects new priorities and completed work.

Does project housekeeping require manual issue tracking reconciliation?

No, project housekeeping automates issue reconciliation to ensure open issues reflect reality and automatically closes completed ones. This eliminates manual error-prone checks and maintains project hygiene across your codebase.

When should I run automated project cleanup and file organization?

Run automated project cleanup after a sprint or development cycle to archive completed tasks, update roadmaps with new priorities, and flag documentation drift. This maintains project hygiene when implementation changes occur.