Redmine Admin
CommunityAutomate Redmine tasks, from issues to time logs.
System Documentation
What problem does it solve?
Manually managing Redmine tasks (issues, time entries, reports) is time-consuming and prone to errors. This skill automates these repetitive administrative tasks, freeing up your time to focus on more critical work.
Core Features & Use Cases
- Comprehensive Issue Management: Create, update, list, and retrieve detailed information for Redmine issues.
- Effortless Time Logging & Reporting: Log time entries against tasks and generate detailed time reports for projects or users.
- Wiki & Project Oversight: Read wiki page content and list project details, providing quick access to critical information.
- Use Case: A project manager needs to quickly create 10 new tasks, assign them, and then generate a weekly time report for their team. This skill automates all these steps, ensuring accuracy and saving hours.
Quick Start
Locate tool
REDMINE_TOOL=$(for path in $(jq -r 'to_entries[] | .value.installLocation + "/plugin/skills/redmine-admin/redmine-tool.sh"' ~/.claude/plugins/known_marketplaces.json); do [ -f "$path" ] && echo "$path" && break; done)
Create issue
cat <<'EOF' | "$REDMINE_TOOL" create-issue - { "project_id": 1, "subject": "Fix authentication bug", "description": "Users unable to login with email", "priority_id": 3, "tracker_id": 1 } EOF
Dependency Matrix
Required Modules
None requiredComponents
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Redmine Admin Download link: https://github.com/avxkim/personal-marketplace/archive/main.zip#redmine-admin Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.