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

Git

插件 活跃

Introduces commands for commit and PRs creation, plus skills for git worktrees and notes.

7 个 Skill 0 个 MCP
目的

To automate and standardize common Git and GitHub workflows, making development more efficient and consistent.

功能

  • Create conventional commits with emoji
  • Automate PR creation and management
  • Manage multiple Git worktrees for parallel development
  • Attach metadata to commits using Git notes
  • Analyze GitHub issues and generate technical specifications
  • Load and save GitHub issues locally

使用场景

  • Maintaining consistent commit history across a team
  • Streamlining the process of creating well-formatted pull requests
  • Working on multiple features or bug fixes simultaneously using Git worktrees
  • Adding non-invasive metadata (like review status or test results) to commits
  • Generating detailed technical specifications from GitHub issues

非目标

  • Performing Git operations outside of the current repository
  • Directly managing GitHub repositories (beyond PRs, issues, and comments)
  • Replacing the core Git or GitHub CLI functionality
  • Handling complex CI/CD pipeline orchestration

Scope

  • info:Single responsibility principleWhile focused on Git operations, the plugin bundles several distinct capabilities (commits, PRs, worktrees, notes, issue analysis) which could potentially be separate extensions.

License

  • warning:License usabilityThe license is GPL-3.0, which is a strong copyleft license and may restrict commercial use or integration into proprietary software without compliance.

安装

请先添加 Marketplace

/plugin marketplace add NeoLabHQ/context-engineering-kit
/plugin install git@context-engineering-kit

质量评分

88 /100
1 day ago 分析

信任信号

最近提交9 days ago
星标993
许可证GPL-3.0
状态
查看源代码