Tabbit
ResourcesBlogModels
Tabbit LogoTabbit

Tabbit — The AI Browser that Works for You

Topics

  • AI Browser Resources
  • Agentic Browser Resources
  • Browser Downloads and Install Guides
  • Browser Comparisons
  • AI Browser Alternatives
  • Browser Productivity Resources

Popular Guides

  • AI Browser
  • Agentic Browser Download
  • Best AI Browser 2026: Top 9 Tested & Ranked
  • AI Browser Download
  • Free AI Browser
  • Best AI Browser 2026
  • AI Browser Comparison 2026
  • AI Browser for Windows
  • AI Browser for Mac
  • Chrome Alternative 2026

Events

  • Tabbit Skill Competition
  • KPOP SBTI Fandom Personality Test
  • Tabbit Campus Creator Program
  • fifi's Picks: AI Skills for Research Papers
  • User Survey

About

  • Tabbit Blog
  • Press & Media
Prompt guide
CommunityClaude Opus 4.7

Claude Opus 4.7: Claude Code Cookbook Commands, Roles, and Automation Configuration

Original source

GitHub

Authorwasabeef (1.1k stars)

Tabbit curation2026-08-20

Read original

One-sentence takeaway

This plugin system provides 39 slash commands, expert role presets, and automated hooks. It can directly extend Claude Code development workflows, supports multiple languages, and is suitable for team collaboration and standardized development processes.

Use cases

  • Suitable tasks: PR management, code review, refactoring, dependency updates, performance analysis, applying design patterns, running tests, documentation generation, commit message generation, and technical debt analysis

  • Unsuitable tasks: Nonstandard workflows that require complex custom logic; these commands are general-purpose templates and need to be adapted to the project

  • Applicable model version: Claude Opus 4.7 (through Claude Code)

  • Applicable client, Agent, or API: Claude Code (plugin installation required)

  • Recommended reasoning levels and parameters: Choose based on the task type: use xhigh for complex refactoring and high or medium for simple commands

Ready-to-use content

Installation

# 1. Add the marketplace
claude plugin marketplace add wasabeef/claude-code-cookbook

# 2. Install a language plugin (choose your language)
claude plugin install claude-code-cookbook:zh-cn  # Simplified Chinese
claude plugin install claude-code-cookbook:en     # English
claude plugin install claude-code-cookbook:ja     # Japanese
claude plugin install claude-code-cookbook:ko     # Korean

Core command categories

PR management (6 commands)

/pr-list        - Display a prioritized list of open PRs in the current repository
/pr-issue       - Display a prioritized list of open Issues in the current repository
/pr-create      - Automatically generate a PR from Git changes, including a detailed description and optimal branch setup
/pr-review      - Conduct a systematic code quality and architecture review of a Pull Request
/pr-fix         - Respond efficiently to PR review comments, including three-stage error analysis
/pr-auto-update - Automatically update the PR description and labels based on changes

Code quality and refactoring (6 commands)

/refactor             - Safely refactor code step by step and evaluate the SOLID principles
/smart-review         - Perform an advanced review to improve code quality
/tech-debt            - Analyze technical debt and create a prioritized improvement plan
/analyze-dependencies - Analyze project dependencies and visualize circular dependencies
/analyze-performance  - Analyze application performance issues and propose improvements
/design-patterns      - Propose and review implementations based on design patterns

Development tools (6 commands)

/fix-error       - Suggest code fixes based on an error message
/explain-code    - Clearly explain the functionality and logic of selected code
/commit-message  - Generate a commit message based on changes
/semantic-commit - Break large changes into meaningful units using semantic commit messages
/pr-checks       - Monitor GitHub Actions CI status and track it until completion
/screenshot      - Capture and analyze a screenshot

Planning and analysis (6 commands)

/plan                - Activate planning mode and develop a detailed implementation strategy
/spec                - Create a detailed specification from requirements (spec-driven development)
/ultrathink          - Perform structured thinking for complex problems
/check-fact          - Verify information accuracy by referencing the codebase and documentation
/sequential-thinking - Use Sequential Thinking MCP to reason through complex problems step by step
/task                - Launch a specialized agent for autonomous search, research, and analysis tasks

Dependency management (2 commands)

/update-node-deps - Safely update dependencies in Node.js projects
/update-flutter-deps - Safely update dependencies in Flutter projects

Usage examples

# PR review
/pr-review

# Code refactoring
/refactor

# Generate a commit message
/commit-message

# Analyze technical debt
/tech-debt

# Plan a new feature
/plan implement user authentication with OAuth2

# Fix an error
/fix-error "TypeError: Cannot read property 'id' of undefined"

Testing/workflow steps

  1. Install the plugin in the project and select a language package

  2. Enter / in a Claude Code session to view the available command list

  3. Start with simple commands such as /commit-message and /explain-code

  4. Gradually try more complex commands such as /pr-review and /refactor

  5. Adjust command parameters according to project requirements

  6. Record which commands are most effective for your workflow

  7. Consider creating custom command templates for the team

Original evidence and data

  • The repository has 1.1k stars, indicating community recognition

  • Provides 39 slash commands covering the full development lifecycle

  • Supports 8 languages (EN, JA, KO, ZH-CN, ZH-TW, ES, FR, PT)

  • Commands are organized by category: PR management, code quality, development tools, planning and analysis, and dependency management

  • Includes roles (expert role presets) and hooks (automation scripts)

  • Installed through the plugin system without modifying Claude Code core

Scope and limitations

  • These commands are general-purpose templates and may need to be adapted to a specific project

  • Some commands, such as /pr-create, require Git and GitHub permissions

  • Performance analysis commands may require additional tool support

  • Actual command effectiveness depends on Claude Opus 4.7's comprehension and the project context

  • Compatibility between the plugin system and the Claude Code version needs to be verified

Source excerpt or observation (short compliant quotation only)

The README states: "Automate your workflow without unnecessary confirmations, allowing you to focus on what matters. Claude Code judges and executes common tasks like code fixes, test runs, and documentation updates."

Curated by Tabbit

Prompt material is summarized from public sources and Tabbit editorial notes. Check the original licensing and intended use before copying it.

Claude Opus 4.7

Use in Tabbit

Claude Opus 4.7

Related prompts

MediaAnthropic Claude Platform Docs / Anthropic Newsroom2026-04-16

Claude Opus 4.7: Effort Levels and Migration Prompt Template

MediaAnthropic official documentation

Claude Opus 4.7: Anthropic's Official Prompt Library and Best Patterns

MediaZooClaw AI Help2026-04-07

Claude Opus 4.7: Three Practical Patterns - Caveman Prompts, CLAUDE.md Safety Guardrails, and Git Worktrees

MediaTenten Learning

Claude Opus 4.7: The Complete Guide to 50+ Community Tips

Claude Opus 4.7

Related reviews

MediaAnthropic Newsroom2026-04-16

Claude Opus 4.7: Official Coding, Vision, and Agent Benchmarks

MediaVellum2026-04-16

Claude Opus 4.7: Vellum's Cross-model Benchmarks and Task Selection

CommunityReddit r/ClaudeCode

Claude Opus 4.7: Post-Release Long-Session Experience with Reddit Claude Code