stale-issue-cleanup Skill
Find and close stale bug issues in microsoft/AzureStorageExplorer. Use this when asked to clean up stale issues, close inactive bugs, or perform issue hygiene. Published by microsoft in AzureStorageExplorer.
What is stale-issue-cleanup Skill?
Find and close stale bug issues in microsoft/AzureStorageExplorer. Use this when asked to clean up stale issues, close inactive bugs, or perform issue hygiene. Published by microsoft in AzureStorageExplorer. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Design and media
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use stale-issue-cleanup Skill
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/AzureStorageExplorer
- Skill file: .github/skills/stale-issue-cleanup/SKILL.md
What it does
Find and close stale bug issues in microsoft/AzureStorageExplorer. Use this when asked to clean up stale issues, close inactive bugs, or perform issue hygiene.
Skill instructions
Definition of Stale An issue is stale when ALL of the following are true: 1. The issue is open. 2. The most recent comment was posted by a member of the microsoft/azure-storage-explorer GitHub team. 3. That comment was posted 14 or more days ago. 4. No one outside the team has commented since — including the original author and any other community members. Important Design Decisions - Prefer GraphQL over REST. Use gh api graphql for all GitHub queries. GraphQL lets us fetch issue type, last comment, and author in a single request instead of N+1 REST calls. - Only target Bug-type issues. Feature requests and tasks should be left alone, even if they are old. Filter by issueType.name == "Bug". - Never close accessibility issues. Any issue with a label starting with :accessibility: must be skipped, regardless of staleness. Step-by-Step Procedure Step 1: Get team members Run this command to get the list of Storage Explorer team member logins: gh api --paginate /orgs/microsoft/teams/azure-st
Explore related resources
Frequently asked questions
What is stale-issue-cleanup?
stale-issue-cleanup is a open-source AI agent skill with Copy skill directory. Find and close stale bug issues in microsoft/AzureStorageExplorer. Use this when asked to clean up stale issues, close inactive bugs, or perform issue hygiene.
Who is stale-issue-cleanup best for?
stale-issue-cleanup is best for reusing agent instructions, scripts, and references, design and media workflows.
How do I install stale-issue-cleanup?
Install or run stale-issue-cleanup using Copy skill directory. Check stale-issue-cleanup for the latest setup command.
Is stale-issue-cleanup actively maintained?
stale-issue-cleanup may need a closer maintenance check before production use.
Auto-fetched from GitHub.