Review Skill Format
Skill Verified ActiveReview a SKILL.md file for compliance with the agentskills.io standard. Checks YAML frontmatter fields, required sections, line count limits, procedure step format, and registry synchronization. Use when a new skill needs format validation before merge, an existing skill has been modified and requires re-validation, performing a batch audit of all skills in a domain, or reviewing a contributor's skill submission in a pull request.
Ensure SKILL.md files meet the agentskills.io standard, maintaining quality and consistency across the skill repository before merging new or modified content.
Features
- Validates SKILL.md frontmatter completeness and correctness
- Checks for presence of all required SKILL.md sections
- Verifies procedure step format including expected/failure blocks
- Enforces line count limits for SKILL.md files
- Confirms registry synchronization with _registry.yml
Use Cases
- Validating new skills before merging into the repository
- Re-validating existing skills after modifications
- Performing batch audits of skills within a specific domain
- Reviewing contributor submissions in a pull request
Non-Goals
- Performing deep code analysis or functional testing of the skill's logic
- Validating the technical correctness of the code snippets within SKILL.md
- Providing semantic improvements or refactoring suggestions for skill descriptions
Installation
/plugin install agent-almanac@pjt222-agent-almanacQuality Score
VerifiedTrust Signals
Similar Extensions
Agent Evaluation
99Use when testing skills, commands, or agents for quality. Use after creating new skills, before deploying agents, or when debugging inconsistent agent behavior. Triggers on "evaluate", "test quality", "is this skill working", or QA of AI workflows.
Test Team Coordination
99Execute a test scenario against a team, observing coordination pattern behaviors, evaluating acceptance criteria, and generating a structured RESULT.md. Use when validating that a team's coordination pattern produces the expected behaviors during a realistic task, comparing coordination patterns on equivalent workloads, or establishing baseline performance for a team composition.
Review Pull Request
100Review a pull request end-to-end using GitHub CLI. Covers diff analysis, commit history review, CI/CD check verification, severity-leveled feedback (blocking/suggestion/nit/praise), and gh pr review submission. Use when a pull request is assigned for review, performing a self-review before requesting others' input, conducting a second review after feedback is addressed, or auditing a merged PR for post-merge quality assessment.
Pm Strategic Review
100End-of-quarter strategic review in narrative style with a bets scorecard. Use when someone says "quarter review", "strategic review", "what happened last quarter", "quarterly retro", "bets scorecard", "review our bets", "end of quarter report".
PM Review
100Pre-review quality gate that checks any PM artifact (PRD, strategy doc, one-pager, brief) against Head of Product standards. Scores problem clarity, metrics quality, scope discipline, and compliance awareness. Acts as "the HoP reviewing your work before the real HoP sees it." Use when someone says "review this", "check this PRD", "is this ready for review", "quality check", "does this meet the bar", or "pre-review my spec".
Karpathy Coder
100Use when writing, reviewing, or committing code to enforce Karpathy's 4 coding principles — surface assumptions before coding, keep it simple, make surgical changes, define verifiable goals. Triggers on "review my diff", "check complexity", "am I overcomplicating this", "karpathy check", "before I commit", or any code quality concern where the LLM might be overcoding.