Grill With Docs

Cross-examine codebase architecture against official library documentation and API specs. Identifies deprecations, anti-patterns, and suboptimal library usage.

pedroiff0 Updated

File contents

Grill With Documentation & Official Specs

Attribution: Created by Matt Pocock (skills.sh). Adapted to canonical multi-agent format.

Verifies code implementations against the authoritative documentation of underlying libraries and frameworks.


Operational Steps

  1. Inspect imported third-party packages in package.json, pyproject.toml, or Cargo.toml.
  2. Compare code usage against current official API specifications (e.g. Next.js 15 breaking changes, Pydantic v2 migrations).
  3. Point out deprecated methods, sub-optimal query patterns, or missing error boundaries.

pedroiff0/awesome-skills/tree/main/skills/software-development/grill-with-docs commit cc5070db5e

Frequently asked questions

npx skillmds@latest add pedroiff0/grill-with-docs