Files
claude-cookbooks/.claude/commands/model-check.md
Jiri De Jonghe f26aa5891c Add Claude Code SDK tutorials and examples (#195)
* Add Claude Code SDK tutorials and examples

This PR adds comprehensive tutorials and examples for the Claude Code SDK, including:
- Research agent implementation with web search capabilities
- Chief of Staff agent with multi-agent coordination
- Observability agent with Docker configuration
- Supporting utilities and documentation

The examples demonstrate key SDK features:
- Multi-turn conversations with ClaudeSDKClient
- Custom output styles and slash commands
- Hooks for automated actions and governance
- Script execution via Bash tool
- Multi-agent orchestration patterns

---------

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: rodrigo olivares <rodrigoolivares@anthropic.com>
Co-authored-by: Alex Notov <zh@anthropic.com>
2025-09-12 15:04:34 -07:00

776 B

allowed-tools, description
allowed-tools description
Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*) Validate Claude model usage against current public models

Review the changed files for Claude model usage.

First, fetch the current list of allowed models from: https://docs.anthropic.com/en/docs/about-claude/models/overview.md

Then check:

  1. All model references are from the current public models list
  2. Flag any deprecated models (older Sonnet 3.5, Opus 3 versions)
  3. Flag any internal/non-public model names
  4. Suggest using aliases ending in -latest for better maintainability

Provide clear, actionable feedback on any issues found.

IMPORTANT: Post your findings as a comment on the pull request using the command: gh pr comment $PR_NUMBER --body "your findings"