review-cookbook-pr

Validate API usage and Docker Hub tags in cookbook pull requests.

2|Updated May 27, 2026
One-click install
npx skills add https://github.com/edlng/agents --skill review-cookbook-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-cookbook-pr
Source: https://github.com/edlng/agents/tree/main/skills/claude/review-cookbook-pr
Command: npx skills add https://github.com/edlng/agents --skill review-cookbook-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the rigorous quality assurance required for cookbook pull requests, ensuring that code snippets follow project API standards and that container versioning is accurate.

Core Features & Use Cases

  • API Usage Validation: Detects and flags code snippets that incorrectly simulate Valkey internals instead of using project-level functions.
  • Version Accuracy Checks: Automatically verifies that valkey/valkey-bundle version tags exist on Docker Hub and align with claimed feature versions.
  • Use Case: Use this during a pull request review to ensure that documentation examples are idiomatic and that all referenced container images are valid and up-to-date.

Quick Start

Invoke the review-cookbook-pr skill to perform a senior-grade audit on the current pull request diff.

Frequently Asked Questions about review-cookbook-pr

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

FAQPage Schema
How do I automate code review for Valkey cookbook pull requests?

Automate Valkey cookbook pull request reviews by invoking this skill to perform a senior-grade audit on the diff. It validates API usage patterns and verifies Docker Hub tag existence for container image references, appending findings to a final report.

What does validating Valkey API usage in documentation snippets involve?

Validating Valkey API usage involves analyzing code snippets within diffs to detect and flag instances where code incorrectly simulates internal operations instead of using project-approved functions, ensuring documentation follows project-level API standards.

How do I check if a valkey-bundle Docker Hub tag exists during a PR review?

Check Docker Hub tag existence by running this skill during a pull request review to automatically verify that valkey-bundle version tags exist and align with claimed feature versions before merging cookbook documentation.

Does this PR review skill work with a base code review workflow?

This PR review skill integrates with a base pull request review workflow by appending cookbook-specific findings, such as API validation and container versioning checks, to the final audit report.

Can I use this to catch prohibited Valkey internal simulations in code diffs?

Yes, you can catch prohibited Valkey internal simulations by analyzing GitHub pull request diffs to identify code snippets that bypass project-level functions and flag them for correction during the review process.

What are the limitations of automating Docker image version checks for cookbook PRs?

The limitation of automating Docker image version checks is that this skill specifically validates valkey-bundle references against Docker Hub for cookbook pull requests and does not generalize to other container registries or unrelated repository types.