이 스킬은 사용자가 "작업 시간 기록", "시간 등록", "타임 로그", "작업 시간 조회", "몇 시간 일했어", "time entry", "log hours", "time tracking", "work hours" 등을 언급할 때 사용됩니다. 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의 작업 시간(Time Entry) 기능을 관리합니다.
이 스킬은 Redmine의 작업 시간 추적 기능을 자동으로 활성화합니다. 작업 시간 기록, 조회, 수정 등을 지원합니다.
다음과 같은 요청에서 활성화됩니다:
작업 시간 목록을 조회합니다.
주요 파라미터:
user_id: "me" 또는 사용자 IDproject_id: 프로젝트 IDissue_id: 이슈 IDfrom: 시작일 (YYYY-MM-DD)to: 종료일 (YYYY-MM-DD)spent_on: 특정 날짜 (YYYY-MM-DD)limit: 최대 결과 수예시:
"내 작업 시간" → user_id: "me"
"이번 주 시간" → from: "2024-01-15", to: "2024-01-21"
"오늘 작업 시간" → spent_on: "2024-01-18"
새 작업 시간을 기록합니다.
주요 파라미터:
hours: 작업 시간 (필수)activity_id: 활동 유형 ID (필수)issue_id: 이슈 ID (issue_id 또는 project_id 중 하나 필수)project_id: 프로젝트 IDspent_on: 작업 날짜 (기본: 오늘)comments: 작업 내용 설명예시:
"이슈 #123에 2시간 기록" → issue_id: 123, hours: 2
"개발 작업 3시간" → hours: 3, activity_id: (개발)
특정 작업 시간 상세 정보를 조회합니다.
주요 파라미터:
id: 작업 시간 ID (필수)작업 시간을 수정합니다.
주요 파라미터:
id: 작업 시간 ID (필수)hours: 수정할 시간comments: 수정할 설명activity_id: 수정할 활동 유형작업 시간을 삭제합니다.
주요 파라미터:
id: 작업 시간 ID (필수)사용 가능한 활동 유형 목록을 조회합니다.
용도:
redmine_list_time_entry_activities로 확인redmine_create_time_entry로 시간 기록redmine_list_time_entries로 목록 조회redmine_list_time_entries로 해당 기록 찾기redmine_update_time_entry 또는 redmine_delete_time_entry 실행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.