epic-hygiene-process

Automate code quality tasks following Epic 10 hygiene standards.

1|Updated Oct 15, 2025
One-click install
npx skills add https://github.com/vitorsilva/saberloop --skill epic-hygiene-process
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epic-hygiene-process
Source: https://github.com/vitorsilva/saberloop/tree/main/.claude/skills/epic-hygiene-process
Command: npx skills add https://github.com/vitorsilva/saberloop --skill epic-hygiene-process

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates systematic code quality tasks following Epic 10 hygiene standards to ensure consistent, thorough improvements across the Saberloop codebase.

Core Features & Use Cases

  • Dead code removal: Identify and remove unused code paths and files.
  • Architecture compliance: Ensure layer boundaries and dependencies follow defined rules.
  • Performance optimization: Improve runtime efficiency and resource usage.
  • Technical debt reduction: Modernize patterns and restore maintainability.
  • Reusable templates: Structured task templates for repeatable hygiene tasks.

Quick Start

Run the hygiene task on a worktree, then validate with tests and architecture checks.

Frequently Asked Questions about epic-hygiene-process

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

FAQPage Schema
How do I automate dead code removal in a large codebase?

Automating dead code removal involves identifying and removing unused code paths and files systematically. This Skill applies Epic 10 hygiene standards to detect dead code within isolated worktrees, then validates changes through passing tests and architecture checks before merging.

What's the best way to enforce architecture compliance across multiple repositories?

Enforcing architecture compliance requires ensuring layer boundaries and dependencies follow defined rules. This Skill automates cross-repo validations within hygiene worktrees, checking that architectural constraints are met and generating structured validation steps for consistent results.

Do I need a clean main branch to run code refactoring and hygiene tasks?

Yes, a clean main branch is required before running code refactoring and hygiene tasks. You also need passing tests, available worktree isolation, and documented rollback procedures to ensure safe, reversible improvements to the codebase.

Can I use git worktree isolation for performance optimization tasks?

Git worktree isolation is used to run performance optimization tasks safely alongside the main branch. This Skill leverages worktree isolation to improve runtime efficiency and resource usage, validating all changes through predefined test suites and architecture checks.

How does automated technical debt reduction work with reusable task templates?

Automated technical debt reduction uses structured task templates to modernize code patterns and restore maintainability consistently. This Skill provides reusable templates for repeatable hygiene tasks, applying them within isolated worktrees and validating through documented rollback procedures.