
Redmine Issues
- 26 installs
- Updated January 26, 2026
- puzzlesion/redmine-skills
redmine-issues is a Claude Code skill for ai & agent building.
About
redmine-issues is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- redmine-issues
- AI & Agent Building
- AI-coding skill
Redmine Issues by the numbers
- 26 all-time installs (skills.sh)
- Ranked #9,699 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/puzzlesion/redmine-skills --skill redmine-issuesAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 26 |
|---|---|
| Last updated | January 26, 2026 |
| Repository | puzzlesion/redmine-skills ↗ |
How do I helps with ai & agent building tasks.?
Helps with ai & agent building tasks.
Who is it for?
Best when you're working on ai & agent building and need structured help with redmine issues.
Skip if: Teams with no ai & agent building needs, or anyone wanting a generic chat assistant without this specific workflow.
When should I use this skill?
When you need to helps with ai & agent building tasks., or when redmine-issues is a claude code skill for ai & agent building.
What you get
Structured output aligned to redmine-issues: redmine-issues, AI & Agent Building.
Files
Redmine Issue Management Skill
Manages issues through integration with the Redmine issue tracking system.
Overview
This skill automatically activates Redmine issue management features. When users request issue-related operations, it uses the appropriate Redmine tools.
Trigger Conditions
Activates for the following requests:
Issue Creation
- "create issue", "register bug", "create task"
- "new ticket", "feature request"
- "create issue", "create bug", "new ticket"
Issue Query
- "show my issues", "assigned issues list"
- "open issues", "in-progress tasks"
- "search issues", "find bugs"
- "list my issues", "show open tickets"
Issue Update
- "change issue status", "update issue"
- "complete issue", "close issue"
- "change assignee", "change priority"
- "update issue", "close ticket"
Tools Used
redmine_list_issues
Queries the issue list.
Key Parameters:
project_id: Project ID or identifierassigned_to_id: "me" or user IDstatus_id: "open", "closed", "*" or status IDtracker_id: Tracker ID (Bug, Feature, Task, etc.)limit: Maximum results (default 25)
Examples:
"show my issues" → assigned_to_id: "me", status_id: "open"
"completed issues" → status_id: "closed"
"all bugs" → tracker_id: 1 (Bug)redmine_get_issue
Queries detailed information for a specific issue.
Key Parameters:
id: Issue ID (required)include: Additional information (journals, attachments, relations, etc.)
redmine_create_issue
Creates a new issue.
Key Parameters:
project_id: Project ID (required)subject: Issue title (required)description: Issue descriptiontracker_id: Tracker IDpriority_id: Priority IDassigned_to_id: Assignee ID
redmine_update_issue
Updates an existing issue.
Key Parameters:
id: Issue ID (required)status_id: Status IDdone_ratio: Completion percentage (0-100)notes: Add comments
Workflow Guide
When Creating Issues
1. If project ID is missing, first use redmine_list_projects to confirm 2. If tracker/priority IDs are needed, use redmine_list_trackers, redmine_list_priorities 3. Create issue with redmine_create_issue
When Searching Issues
1. Set filter parameters matching conditions 2. Query list with redmine_list_issues 3. If needed, confirm details with redmine_get_issue
When Updating Issues
1. Confirm issue ID (find from list or ask user) 2. Confirm fields and values to change 3. Update with redmine_update_issue
Related skills
FAQ
What does redmine-issues do?
redmine-issues is a Claude Code skill for ai & agent building.
When should I use redmine-issues?
When you need to helps with ai & agent building tasks., or when redmine-issues is a claude code skill for ai & agent building.
What are the main capabilities?
redmine-issues; AI & Agent Building; AI-coding skill.