redmine-rest
Shared Redmine REST skill for login and issue reading.
Open source Open in the app JSON README (API)
About
Shared Redmine REST skill for login and issue reading.
Details
- Kind
- Plugins
- Topic
- No topic detected
- Publisher
- yuriks2000
- Origin
- gemini
- Category
- ferramentas
- Version
- 1.0.0
- Last push
- 2026-07-22T17:41:48Z
- Repository state
- ativo
- Language
- Shell
- Added
- 2026-08-30 14:13:39
- Updated
- 2026-08-30 14:13:39
- Origin id
yuriks2000/redmine-ai-skill-plugin
README
# Redmine AI Skill Plugin Cross-agent Redmine REST plugin for: - Codex - VS Code Copilot - Claude Code - Gemini CLI This repository packages one shared Redmine skill and helper script to authenticate and read issues. ## Quick start 1. Configure environment variables using `.env.example`. 2. Run helper: ```bash ./.skills/redmine-rest/bin/redmine_tasks.sh list --assigned me --status open --limit 20 ./.skills/redmine-rest/bin/redmine_tasks.sh get 12345 ``` ## Plugin manifests - Codex: `./.codex-plugin/plugin.json` - Claude: `./.claude-plugin/plugin.json` and `./.claude-plugin/marketplace.json` - Gemini: `./gemini-extension.json` - Copilot project instructions: `./.github/copilot-instructions.md` ## Redmine API docs https://www.redmine.org/projects/redmine/wiki/rest_api