redmine-projects

Redmine Project Management Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "redmine-projects" with this command: npx skills add puzzlesion/redmine-skills/puzzlesion-redmine-skills-redmine-projects

Redmine Project Management Skill

Queries and manages Redmine project information.

Overview

This skill automatically activates Redmine project management features. Supports project lists, detailed information, and version/milestone queries.

Trigger Conditions

Activates for the following requests:

Project Query

  • "project list", "show projects"

  • "what projects exist?", "search projects"

  • "list projects", "show all projects"

Project Details

  • "project information", "project details"

  • "project settings", "check trackers"

  • "project details", "project info"

Versions/Milestones

  • "version list", "check milestones"

  • "release schedule", "sprint list"

  • "versions", "milestones", "releases"

Tools Used

redmine_list_projects

Queries all projects list.

Key Parameters:

  • limit : Maximum results (default 25)

  • offset : Paging offset

Examples:

"show project list" → limit: 100 "first 10 projects" → limit: 10

redmine_get_project

Queries detailed information for a specific project.

Key Parameters:

  • id : Project ID or identifier (required)

  • include : Additional information array

  • trackers : Available trackers

  • issue_categories : Issue categories

  • enabled_modules : Enabled modules

  • time_entry_activities : Time entry activity types

Examples:

"sensor-agent project info" → id: "sensor-agent" "check project trackers" → include: ["trackers"]

redmine_get_project_versions

Queries the version/milestone list for a project.

Key Parameters:

  • project_id : Project ID or identifier (required)

Examples:

"sensor-agent version list" → project_id: "sensor-agent" "next release schedule" → confirm project_id then query

Workflow Guide

Finding Projects

  • Query entire list with redmine_list_projects

  • Confirm desired project by name or identifier

  • If needed, query details with redmine_get_project

Project Confirmation Before Issue Creation

  • When user hasn't specified a project

  • Show list with redmine_list_projects

  • Request user to select project

Version/Milestone Confirmation

  • Confirm project ID

  • Query version list with redmine_get_project_versions

  • Display versions by status (open, locked, closed)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

redmine-issues

No summary provided by upstream source.

Repository SourceNeeds Review
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated
General

explainer

Create explainer videos with narration and AI-generated visuals. Triggers on: "解说视频", "explainer video", "explain this as a video", "tutorial video", "introduce X (video)", "解释一下XX(视频形式)".

Archived SourceRecently Updated
General

asr

Transcribe audio files to text using local speech recognition. Triggers on: "转录", "transcribe", "语音转文字", "ASR", "识别音频", "把这段音频转成文字".

Archived SourceRecently Updated