Git
插件 活跃Introduces commands for commit and PRs creation, plus skills for git worktrees and notes.
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包含 7 个扩展
Skill (7)
Analyze a GitHub issue and create a detailed technical specification
Add line-specific review comments to pull requests using GitHub CLI API
Create well-formatted commits with conventional commit messages and emoji
Create pull requests using GitHub CLI with proper templates and formatting
Use when adding metadata to commits without changing history, tracking review status, test results, code quality annotations, or supplementing commit messages post-hoc - provides git notes commands and patterns for attaching non-invasive metadata to Git objects.
Use when working on multiple branches simultaneously, context switching without stashing, reviewing PRs while developing, testing in isolation, or comparing implementations across branches - provides git worktree commands and workflow patterns for parallel development with multiple working directories.
Load all open issues from GitHub and save them as markdown files
质量评分
类似扩展
Uc Taskmanager
100SDD WORK-PIPELINE Agent — Requirements analysis & development 6-agent full pipeline with DAG-based orchestration and sliding window context management
Ag2 Agent Builder
100Build AG2 (AutoGen) multi-agent systems with slash commands: scaffold agents, wire workflows, create tools, and review code
Brand Landingpage
99Guides developers from brand discovery through iterative design to deployment-ready HTML via Stitch.
Multi Platform Apps
99Cross-platform application development coordinating web, iOS, Android, and desktop implementations
Worktrunk
99Worktrunk 是一个用于 Git worktree 管理的 CLI,专为并行 AI 代理工作流而设计。此插件提供配置指导(LLM 提交消息、项目钩子、worktree 路径)以及自动活动跟踪(`wt list` 中的 🤖/💬 指示器,显示活动的 Claude 会话)。