Commands Utilities Debugging
插件 活跃General debugging and utility commands
To provide developers with a consolidated set of utility commands for common debugging, code analysis, and Git workflow tasks within the Claude Code environment.
功能
- General code debugging and analysis commands
- Git branch management and status tools
- Code refactoring and quality improvement suggestions
- Directory structure analysis and documentation generation
- Technical work log generation for Linear issues
使用场景
- Quickly checking Git repository status and cleaning up branches.
- Understanding and explaining complex code snippets or functions.
- Identifying and fixing code quality issues and potential bugs.
- Generating technical work logs based on recent commits.
非目标
- Replacing a full IDE or debugging suite
- Automating complex CI/CD pipelines
- Managing cloud infrastructure deployments
Practical Utility
- info:Unique selling propositionThe plugin bundles several specific commands for debugging and utilities, offering value beyond default LLM behavior, but some commands are thin wrappers of common CLI tools.
Scope
- warning:Single responsibility principleThe plugin bundles a wide range of commands across debugging, code analysis, git utilities, and more, which could be considered a violation of the single responsibility principle by offering too many unrelated capabilities.
- info:Tool surface sizeThe plugin exposes 11 commands, which is slightly more than the target range of 3-10, but not excessively large.
- warning:Dry-run previewThe 'clean-branches' command, which performs destructive operations, does not explicitly offer a dry-run mode to preview the changes before execution, relying instead on interactive confirmation.
Code Execution
- warning:ValidationWhile commands accept arguments like file paths, there's no explicit mention or evidence of robust schema validation or sanitization for all inputs, potentially allowing for path traversal or injection vulnerabilities in some commands.
Security
- warning:Unguarded Destructive OperationsThe 'clean-branches' command involves destructive operations (deleting branches) and while it includes interactive prompts, the use of `git branch -D` can be forceful and might lack sufficient safety gates for all scenarios.
安装
请先添加 Marketplace
/plugin marketplace add davepoon/buildwithclaude/plugin install commands-utilities-debugging@buildwithclaude质量评分
类似扩展
Context7 Plugin
100Upstash Context7 MCP 服务器,用于查找最新文档。直接从源代码存储库将特定版本的文档和代码示例拉取到您的 LLM 上下文中。
C4 Architecture
99Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Dimensional Analysis
99Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when someone asks to annotate units in a codebase, perform a dimensional analysis, or find vulnerabilities in a DeFi protocol. Prevents dimensional mismatches and catches formula bugs early.
Ruflo Knowledge Graph
99Knowledge graph construction — entity extraction, relation mapping, and pathfinder graph traversal
Worktrunk
99Worktrunk 是一个用于 Git worktree 管理的 CLI,专为并行 AI 代理工作流而设计。此插件提供配置指导(LLM 提交消息、项目钩子、worktree 路径)以及自动活动跟踪(`wt list` 中的 🤖/💬 指示器,显示活动的 Claude 会话)。
Baoyu Skills
93Content generation, AI backends, and utility tools for daily work efficiency