# Grill With Docs

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

- Skill: `pedroiff0/grill-with-docs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add pedroiff0/grill-with-docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/pedroiff0/grill-with-docs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- License: MIT
- Author: pedroiff0 (https://skillmd.com/u/pedroiff0)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/pedroiff0/grill-with-docs

---


# 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.

