review-plugin-claude

Automate code reviews of AnimalAL plugins against NestedKernel standards.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/dezverev/AnimalAL-v1 --skill review-plugin-claude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-plugin-claude
Source: https://github.com/dezverev/AnimalAL-v1/tree/main/.claude/skills/review-plugin-claude
Command: npx skills add https://github.com/dezverev/AnimalAL-v1 --skill review-plugin-claude

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates code reviews for AnimalAL plugin implementations, ensuring adherence to project standards and consistency across nested kernel patterns.

Core Features & Use Cases

  • Automated review of plugin structures against the NestedKernel standards (IDisposable, IInternalCallTracker, ChatHistory parameter, logger usage, and lazy initialization)
  • Reference-guided evaluation against known patterns (NestedStockPlugin) and generation of actionable remediation notes
  • Use Case: Auditing a single plugin such as NestedStockPlugin or performing a comprehensive audit of all NestedXPlugin implementations

Quick Start

Run the review for a specific plugin: /review-plugin NestedStockPlugin. To audit all nested plugins, use /review-plugin --all --nested. Review outputs include a checklist-style report with recommended fixes.

Frequently Asked Questions about review-plugin-claude

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

FAQPage Schema
How do I automate code reviews for AnimalAL plugins?

Automate AnimalAL plugin code reviews by running the review command against a specific plugin or an entire nested kernel group to generate compliance reports. The tool evaluates implementations against project standards and outputs actionable remediation notes.

What compliance checks are required for NestedKernel plugin implementations?

NestedKernel plugin compliance checks verify IDisposable implementation, IInternalCallTracker integration, ChatHistory parameter usage, logging patterns, and test coverage. The automated review outputs a checklist documenting gaps and suggested fixes to guide remediation.

Can I audit all nested kernel plugins at once instead of reviewing single plugins?

Yes, you can audit all nested kernel plugins simultaneously by using the all flag with the nested parameter in the review command. This performs a comprehensive audit across all NestedXPlugin implementations to document project-wide compliance gaps.

What is the best way to document compliance gaps in AnimalAL plugins?

Document AnimalAL plugin compliance gaps by running an automated review against known reference patterns like NestedStockPlugin. The evaluation generates a checklist-style report detailing missing standards and suggested fixes to guide remediation.

Does the AnimalAL plugin review check for IDisposable and logging usage?

Yes, the AnimalAL plugin review explicitly checks for IDisposable implementation and logging usage alongside IInternalCallTracker, ChatHistory parameter handling, and test coverage. All identified compliance gaps are documented with suggested fixes.

How do I fix AnimalAL plugin compliance issues after a code review?

Fix AnimalAL plugin compliance issues by following the actionable remediation notes generated in the review output. The checklist-style report documents specific gaps in standards like lazy initialization and test coverage, providing suggested fixes to guide remediation.