이 스킬은 사용자가 "이슈 만들어", "버그 등록", "태스크 생성", "이슈 목록", "내 할일", "할당된 이슈", "이슈 수정", "이슈 상태 변경", "이슈 검색", "ticket", "issue", "bug report" 등을 언급할 때 사용됩니다. Redmine 이슈 관리 기능을 제공합니다.
/plugin marketplace add ncuritylabs/ncurion-plugins-marketplace/plugin install ncuritylabs-ncurion-plugin-plugins-ncurion-plugin@ncuritylabs/ncurion-plugins-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Redmine 이슈 추적 시스템과 연동하여 이슈를 관리합니다.
이 스킬은 Redmine의 이슈 관리 기능을 자동으로 활성화합니다. 사용자가 이슈 관련 작업을 요청하면 적절한 Redmine 도구를 사용합니다.
다음과 같은 요청에서 활성화됩니다:
이슈 목록을 조회합니다.
주요 파라미터:
project_id: 프로젝트 ID 또는 식별자assigned_to_id: "me" 또는 사용자 IDstatus_id: "open", "closed", "*" 또는 상태 IDtracker_id: 트래커 ID (Bug, Feature, Task 등)limit: 최대 결과 수 (기본 25)예시:
"내 이슈 보여줘" → assigned_to_id: "me", status_id: "open"
"완료된 이슈" → status_id: "closed"
"모든 버그" → tracker_id: 1 (Bug)
특정 이슈의 상세 정보를 조회합니다.
주요 파라미터:
id: 이슈 ID (필수)include: 추가 정보 (journals, attachments, relations 등)새 이슈를 생성합니다.
주요 파라미터:
project_id: 프로젝트 ID (필수)subject: 이슈 제목 (필수)description: 이슈 설명tracker_id: 트래커 IDpriority_id: 우선순위 IDassigned_to_id: 담당자 ID기존 이슈를 수정합니다.
주요 파라미터:
id: 이슈 ID (필수)status_id: 상태 IDdone_ratio: 완료율 (0-100)notes: 코멘트 추가redmine_list_projects로 먼저 확인redmine_list_trackers, redmine_list_priorities 사용redmine_create_issue로 이슈 생성redmine_list_issues로 목록 조회redmine_get_issue로 상세 정보 확인redmine_update_issue로 업데이트This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.