workclaw-repo-hygiene-review

Triage pnpm repo-hygiene findings into categorized cleanup candidates.

154|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/haojing8312/WorkClaw --skill workclaw-repo-hygiene-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workclaw-repo-hygiene-review
Source: https://github.com/haojing8312/WorkClaw/tree/main/.agents/skills/workclaw-repo-hygiene-review
Command: npx skills add https://github.com/haojing8312/WorkClaw --skill workclaw-repo-hygiene-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps maintainers interpret automated repo-hygiene findings and scope a minimal, safe cleanup batch so reviewers can approve changes without risking important or runtime-owned files. It prevents premature or destructive edits by emphasizing read-only triage and risk classification.

Core Features & Use Cases

  • Read-only triage: Ingest pnpm review:repo-hygiene artifacts and summarize findings without modifying the repository.
  • Categorization and risk scoring: Group findings by category and confidence, and separate high-risk or uncertain items from low-risk cleanup candidates.
  • Minimal cleanup recommendation: Propose the smallest set of files that can be safely removed or deprecated, along with follow-up checks for certainty.
  • Use Case: After running pnpm review:repo-hygiene, use this Skill to turn the report into a one-page recommendation that a reviewer can action or request further validation on.

Quick Start

Run pnpm review:repo-hygiene, provide the generated report artifacts, and ask for a grouped, confidence-rated cleanup recommendation that avoids any file modifications.

Frequently Asked Questions about workclaw-repo-hygiene-review

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

FAQPage Schema
How do I triage repo hygiene findings into safe cleanup batches?

To triage repo hygiene findings, group them by category and confidence, then flag high-risk items. This process produces the smallest recommended cleanup batch for safe review without modifying files.

What does a minimal safe repo cleanup recommendation include?

A minimal safe repo cleanup recommendation includes the smallest set of files safely removed or deprecated, grouped by category and confidence, along with follow-up checks for certainty. It avoids modifying runtime-owned files.

Can I use this to triage pnpm review:repo-hygiene output without modifying files?

Yes, you can triage pnpm review:repo-hygiene output without modifying files. The process ingests report artifacts, summarizes findings, and performs read-only risk classification to separate high-risk items.

How do I scope non-destructive cleanup batches from a repo-hygiene report?

To scope non-destructive cleanup batches, read repo-hygiene report artifacts and group findings by category and confidence. This flags high-risk or uncertain items, yielding the smallest recommended cleanup batch for maintainers.

Does repo-hygiene triage work with pnpm review artifacts for risk assessment?

Yes, repo-hygiene triage works with pnpm review artifacts for risk assessment. It ingests the generated report artifacts and applies confidence-rated grouping to separate low-risk cleanup candidates from uncertain items.

When should I avoid automating repository cleanup from hygiene reports?

You should avoid automating repository cleanup when findings involve high-risk or uncertain items. Triage emphasizes read-only risk classification to prevent premature or destructive edits to important runtime-owned files.