devoxx/DevoxxGenieIDEAPlugin

DevoxxGenie is an agentic plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All, Jan and Llama.cpp) and Cloud based LLMs to help review, test, explain your project code. Latest version now also supports Spec Driven Development with CLI Runners.

677Stars on the repository
9Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

devoxx/DevoxxGenieIDEAPlugin

Skill Claude CodeCodex

Close the active backlog task (detected from branch name), commit all changes, push to remote, and open a pull request. Use when the user says "close task and ship it", "close task commit push pr", or invokes /close-task-commit-push-pr.

677 5d ago A 64 tokens original MIT

git-commit-push-pr

02

devoxx/DevoxxGenieIDEAPlugin

Skill Claude CodeCodex

Commit all changes, push to remote, and open a pull request in one go. Use when the user says "commit push pr", "ship it", "open a pr", or invokes /git-commit-push-pr.

677 5d ago A 53 tokens original MIT

pr

03

devoxx/DevoxxGenieIDEAPlugin

Skill Claude CodeCodex

DevoxxGenie is an agentic plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All, Jan and Llama.cpp) and Cloud based LLMs to help review, test, explain your project code. Latest version now also supports Spec Driven Development with CLI Runners.

677 5d ago A 0 tokens original MIT

release

04

devoxx/DevoxxGenieIDEAPlugin

Skill Claude CodeCodex

Release a new version of the DevoxxGenie IntelliJ plugin — prompt for the target version, bump it in the build files, write a curated CHANGELOG.md entry and plugin.xml change-notes from the git/PR history since the last tag, build to verify, then commit, tag, and publish a matching GitHub release. Use this whenever…

677 5d ago A 121 tokens original MIT

review

05

devoxx/DevoxxGenieIDEAPlugin

Skill Claude CodeCodex

Review local code changes for bugs, regressions, missing tests, and pragmatic improvements. Use when the user asks to review the current changes from git status, or to review a specific backlog task by id such as task-65 or TASK-65. Also trigger when the user says things like "review", "review current changes", "check…

677 5d ago A 90 tokens original MIT

start-task

06

devoxx/DevoxxGenieIDEAPlugin

Skill Claude CodeCodex

Create a feature branch for a backlog task, switch to it, and start implementation. Use when the user says "start task-123", "work on task-123", "implement task-123", or invokes /start-task with a task ID.

677 5d ago A 54 tokens original MIT