跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

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

质量评分

78 /100
1 day ago 分析

信任信号

最近提交6 days ago
星标2.9k
许可证MIT
状态
查看源代码