Adversarially review the current implementation plan with three independent critic subagents, reconcile their findings into a consensus, and apply the agreed feedback to the plan. Use after drafting a plan (in plan mode or a plan/design doc) and before starting implementation, or whenever the user asks to…
Resolve the currently-unresolved review threads on the current branch's PR in one sweep — assess each, fix it (test-first, verified) or reply-only, then reply and resolve — and return a summary. Use standalone to address PR review feedback, or as the thread-handling step invoked by /watch-pr. Repo is adamayoung/TMDb.
Run all TMDb unit tests (Swift Testing, the TMDb test plan). Use after code changes and before a PR to verify unit tests pass — delegates the run to the tooling-runner agent (Haiku) and returns total/passed/failed counts plus each failure as Suite/test with file:line. For the live-API suite, use /integration-test.
Review and assess every issue in the TMDb project board's Backlog column — re-verify each against current main with a read-only fan-out, close the mechanically dead, promote the actionable to Ready with priority, size and execution order, and leave the rest in Backlog naming the decision they need. Use to groom the…
MCP server for The Movie Database (TMDB) API - search movies, get recommendations, trending movies, and detailed movie information. Runs locally from the @adamayoung/mcp-server-tmdb npm package. Needs 1 environment variable to run.
176 7d agoA
tokens not measured
originalApache-2.0
MCP server for The Movie Database (TMDB) API - search movies, get recommendations, trending movies, and detailed movie information. Runs locally from the @adamayoung/mcp-server-tmdb npm package.