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
- Inspect imported third-party packages in
package.json,pyproject.toml, orCargo.toml. - Compare code usage against current official API specifications (e.g. Next.js 15 breaking changes, Pydantic v2 migrations).
- Point out deprecated methods, sub-optimal query patterns, or missing error boundaries.