skill-staleness-check

Detect stale skills from webhook payloads and generate PRs for updated SKILL.md files.

320|20|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/TanStack/intent --skill skill-staleness-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-staleness-check
Source: https://github.com/TanStack/intent/tree/main/packages/intent/meta/skill-staleness-check
Command: npx skills add https://github.com/TanStack/intent --skill skill-staleness-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill detects when upstream docs and code change, identifies affected skills, and triggers regeneration workflows to keep skill metadata and guidance current.

Core Features & Use Cases

  • Automated detection of staleness across skills
  • Selective regeneration of only affected skill sections using the skill-generate tool
  • PR orchestration and governance metrics to track staleness

Quick Start

Run the staleness check for a library to identify outdated skills and begin regeneration.

Frequently Asked Questions about skill-staleness-check

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

FAQPage Schema
How do I automatically update stale documentation when upstream source code changes?

To automatically update stale documentation, this skill reads webhook payloads to match changed files to skill sources and generates pull requests for updated SKILL.md files. It detects upstream changes and selectively regenerates only the affected skill sections.

How does automated staleness detection work for TanStack package repositories?

Automated staleness detection works by reading webhook payloads from TanStack package repositories, matching changed files against defined skill sources, and triggering regeneration workflows to keep skill metadata current. It tracks staleness through governance metrics.

Do I need skill-generate and skill-tree-generator tools to run staleness checks?

Yes, you need the skill-generate and skill-tree-generator tools to run staleness checks. The skill requires these dependencies to perform selective regeneration of affected sections and coordinate controlled regeneration using cross-skill references.

Can I selectively regenerate only specific sections of a stale skill?

Yes, you can selectively regenerate specific sections of a stale skill. The staleness check identifies affected skills from upstream changes and uses the skill-generate tool to update only the necessary skill metadata and guidance.

What's the best way to automate pull requests for outdated skill metadata?

The best way to automate pull requests for outdated skill metadata is triggering a staleness check workflow. It identifies outdated skills by diffing upstream changes, applies frontmatter metadata, and orchestrates PRs for updated SKILL.md files.

Why does a skill become stale after upstream docs and code changes?

A skill becomes stale after upstream docs and code changes when the source files it references are modified. The staleness check matches these changed files to skill sources using frontmatter metadata and flags the skill for regeneration.