Git
Plugin ActiveIntroduces 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.
Features
- 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
Use Cases
- 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
Non-Goals
- 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.
Installation
First, add the marketplace
/plugin marketplace add NeoLabHQ/context-engineering-kit/plugin install git@context-engineering-kitContains 7 extensions
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
Quality Score
Trust Signals
Similar Extensions
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 is a CLI for Git worktree management, designed for parallel AI agent workflows. This plugin provides configuration guidance (LLM commit messages, project hooks, worktree paths) and automatic activity tracking (🤖/💬 indicators in `wt list` showing active Claude sessions).