@elyracode/git-intel
v0.6.2
Published
Elyra extension for Git intelligence -- session briefings, commit message generation, PR descriptions
Downloads
1,274
Maintainers
Readme
@elyracode/git-intel
Git intelligence for Elyra -- session briefings, commit messages, and PR descriptions.
Install
elyra install npm:@elyracode/git-intelTools
| Tool | Description |
|------|-------------|
| git_briefing | Summary of recent commits, changed files, branches, and working tree status |
| generate_commit_message | Analyze staged diff and suggest a conventional commit message |
| generate_pr_description | Analyze 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 |
Usage
> 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