Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
puzzlesion avatar

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-issues

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs26
Last updatedJanuary 26, 2026
Repositorypuzzlesion/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

SKILL.mdMarkdownGitHub ↗

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 identifier
  • assigned_to_id: "me" or user ID
  • status_id: "open", "closed", "*" or status ID
  • tracker_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 description
  • tracker_id: Tracker ID
  • priority_id: Priority ID
  • assigned_to_id: Assignee ID

redmine_update_issue

Updates an existing issue.

Key Parameters:

  • id: Issue ID (required)
  • status_id: Status ID
  • done_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.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.