Elyra
Development
Development
Elyra
Git intelligence

Git intelligence

Session briefings, commit messages, and PR descriptions.

@elyracode/git-intel gives the agent enough git context to brief you at the start of a session, write a clean commit message from your staged diff, or draft a PR description that actually reads.

Install

elyra install npm:@elyracode/git-intel

Tools

Tool Description
git_briefing Summary of recent commits, changed files, branches, and working‑tree status
generate_commit_message Analyze the staged diff and suggest a conventional commit message
generate_pr_description Analyze the branch diff and generate a PR description with what / why / test / checklist

Commands

Command Description
/briefing What changed since your last session?
/commit Generate a commit message from staged changes
/pr Generate a PR description for the current branch

Examples

> What changed in this repo since yesterday?
> Generate a commit message for my staged changes
> Write a PR description for this branch
/briefing
/commit
/pr