skillstash-review

Review skill PRs and report validation issues with file context.

1|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/galligan/skillstash --skill skillstash-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skillstash-review
Source: https://github.com/galligan/skillstash/tree/main/.agents/skills/skillstash-review
Command: npx skills add https://github.com/galligan/skillstash --skill skillstash-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review skill PRs and report validation issues to keep the skill library healthy.

Core Features & Use Cases

  • Validation: Run checks for structure, frontmatter, naming, and size.
  • Issue reporting: Provide file/line context for blocking issues.
  • Suggestions: Propose improvements for non-blocking issues.

Quick Start

Run this skill when a skill PR is opened or when validation is requested.

Frequently Asked Questions about skillstash-review

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

FAQPage Schema
How do I validate PR structure and frontmatter for skill submissions?

Skillstash-review validates PR structure, frontmatter fields, naming conventions, and file size for skills/** updates. It identifies blocking issues with file and line context, then suggests improvements for non-blocking problems to maintain library quality.

What checks does automated PR validation run on skill files?

Automated validation checks structure, frontmatter completeness and format, naming consistency, and file size limits. The skill reports which checks pass and fail, surfacing blockers that prevent merge and optional improvements for better skill quality.

Can I request validation outside of PR workflows?

Yes. Skillstash-review runs on explicit validation requests in addition to PR triggers. Submit a validation request to identify structure, frontmatter, naming, and size issues without opening a pull request first.

What happens when validation finds blocking issues?

Blocking issues are reported with specific file and line numbers so you can locate and fix problems before merge. Non-blocking suggestions are also provided to help improve the skill's quality and consistency.

When should I run skill validation in my workflow?

Run validation when creating or updating skills in the skills/** directory, or when you want to check a skill against library standards. Early validation catches structure and naming problems before submission, saving review cycles.