housekeeping

Generate weekly repository housekeeping reports identifying stale branches, mislabeled issues, stuck tickets, and idle PRs.

10|Updated Sep 24, 2025
One-click install
npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill housekeeping-friendlyinternet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: housekeeping
Source: https://github.com/FriendlyInternet/nuxt-crouton/tree/main/.claude/skills/housekeeping
Command: npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill housekeeping-friendlyinternet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the generation of a weekly housekeeping report for repositories, identifying issues such as stale branches, mislabeled issues, stuck tickets, and idle PRs.

Core Features & Use Cases

  • Automated Report Generation: Generates a comprehensive report on repository health.
  • Identifies Issues: Highlights issues like stale branches, mislabeled issues, and stuck tickets.
  • Use Case: Use this Skill to ensure your repository is up-to-date and free of issues that could impact development.

Quick Start

Run the housekeeping skill to generate the weekly report.

Frequently Asked Questions about housekeeping

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

FAQPage Schema
How do I automate weekly housekeeping report generation for GitHub repositories?

You can automate weekly housekeeping report generation by running a script that queries the GitHub API and uses Git commands to identify stale branches, mislabeled issues, stuck tickets, and idle PRs.

What is repository housekeeping and how does it identify stale branches and idle PRs?

Repository housekeeping is the process of auditing repository health by gathering data via the GitHub API and Git commands to detect stale branches, mislabeled issues, stuck tickets, and idle PRs.

How do I find mislabeled issues and stuck tickets in my GitHub repository?

To find mislabeled issues and stuck tickets, generate a housekeeping report that operates within the GitHub API to automatically scan and highlight these specific repository issues.

Do I need external dependencies to generate a report on repository health?

No external dependencies are required to generate a report on repository health, as the housekeeping process operates directly within the GitHub API and utilizes standard Git commands.

Can I use Git commands to check for idle PRs and stale branches across my repositories?

Yes, you can use Git commands alongside the GitHub API to check for idle PRs and stale branches, which are then compiled into a comprehensive weekly housekeeping report.