skill-reviewer

Audits AI skill metadata, prose, and structure for vendor-independent best practices and risks.

8|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/igbuend/grimbard --skill skill-reviewer-igbuend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-reviewer
Source: https://github.com/igbuend/grimbard/tree/main/skills/skill-reviewer
Command: npx skills add https://github.com/igbuend/grimbard --skill skill-reviewer-igbuend

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the review of other AI skills, ensuring they are portable, efficient, and suitable for local or smaller AI models, preventing vendor lock-in and optimizing performance.

Core Features & Use Cases

  • Skill Auditing: Evaluates skills against best practices for portability, determinism, and local-model fitness.
  • Best Practice Enforcement: Identifies issues like vendor overfit, excessive context usage, and missing progressive disclosure.
  • Use Case: Before integrating a new skill into your agent, use this reviewer skill to ensure it meets your project's standards for performance and compatibility.

Quick Start

Use the skill-reviewer skill to audit the 'command-injection-anti-pattern' skill.

Frequently Asked Questions about skill-reviewer

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

FAQPage Schema
How do I audit AI agent skills for local-model fitness?

You can audit AI agent skills for local-model fitness by analyzing their metadata, prose, and structure against best practices for portability, determinism, and context budget limits. This process identifies risks like vendor overfit and large model assumptions.

What are the best practices for preventing vendor lock-in when building AI skills?

Best practices for preventing vendor lock-in include ensuring portability, implementing progressive disclosure, and maintaining determinism. Reviewing skills against these standards detects excessive vendor-specific tuning and large model assumptions before integration.

How do I check if an AI skill will exceed my context budget?

To check if an AI skill will exceed your context budget, analyze its structure and prose to identify context budget overruns. The review process assesses metadata and content to flag risks related to excessive context usage.

Can I use this skill review process to evaluate determinism in AI agents?

Yes, you can evaluate determinism in AI agents by analyzing skill metadata, prose, and structure against vendor-aware best practices. The review identifies risks related to vendor-specific tuning and provides structured findings and scores for assessment.

When should I run a skill audit before integrating new components into my AI agent?

You should run a skill audit before integrating new components into your AI agent to ensure they meet project standards for performance and compatibility. This prevents vendor lock-in and verifies suitability for local or smaller models.