Consolidates Git branch data, repository metadata, and commit history into a single structured JSON output for automated workflows.
The Git Context Gatherer skill streamlines the process of extracting essential repository information required for AI-driven development tasks and documentation generation. By executing a single shell script, it aggregates the current branch name, base branch, and repository URL—automatically converting SSH links to HTTPS—alongside archived ticket references and recent git logs. This is particularly valuable for documentation subagents or CI/CD pipelines that require a complete snapshot of the current development state to generate context-aware reports, tickets, or changelogs without the overhead of running multiple individual git commands.
Características Principales
01Structured JSON output for programmatic use
020 GitHub stars
03Automatic SSH to HTTPS URL conversion
04Git log extraction between base and head branches
05Single-call Git data aggregation
06Support for archived ticket path identification
Casos de Uso
01Gathering branch-specific commit history for AI-driven code reviews and summaries
02Simplifying repository metadata collection for CI/CD pipeline reporting
03Providing context to documentation subagents for automated README or changelog generation