krt:jira-scribe
Jira Scribe
This skill automates issue management in Jira Server/Data Center, verifying the existence of global issues and subtasks, and proposing their creation if they don't exist.
Since it works against a shared external system, it must never create issues, subtasks, or transition states without explicit user confirmation.
Language: Spanish Jira Instance
IMPORTANT: This skill is designed to work against a Spanish-language Jira Server/Data Center instance. This means:
- Issue types are in Spanish:
Tarea,Subtarea,Historia,Error,Epic(Epic is typically kept in English even on Spanish Jira). Always use the localized issue type names matching the target Jira instance — do not use English types likeTask,Sub-task,Story,Bug. - Issue summaries and descriptions are written in Spanish: When creating issues or subtasks, write all user-facing text (summary, description, comments) in Spanish.
- Descriptions are required for new issues/subtasks: Always include a small, clear Spanish description explaining what needs to be done and why. Keep it concise, usually 1-3 sentences, and derive it from the user's request and available context.
- Transition names are in Spanish: Available transitions will have Spanish names like
En Revisión,Terminado,En Progreso,To Do, etc. Always fetch and display the actual transition names from the API rather than assuming English names. - All user interaction is in Spanish: Confirmations, summaries, and prompts shown to the user are in Spanish.
- JQL queries work in any language: JQL keywords (
AND,OR,project =,summary ~) are always in English regardless of the Jira locale.
Required Configuration
More from elzawarudo/krt
krt-compound-master
>
11krt-release-marshal
Orchestrate the full delivery flow for the current project repository: direct krt-gitflow-knight for clean commits, krt-rebase-smith for clean branch history, krt-jira-scribe for Jira Server/Data Center issue work, then open a GitHub pull request with a factual body and Jira link. Use when the user asks to create/open a PR, prepare a pull request, ship current work, publish branch changes for review, or run the full gitflow + rebase + Jira + PR workflow. Runtime aliases may expose this as krt:release-marshal.
10krt-gitflow-knight
>
10krt-rebase-smith
>
8krt-jira-scribe
Manages Jira Server/Data Center issues on a Spanish-language instance. Verifies existing global issues and subtasks, checks whether new work belongs under an existing parent, proposes Spanish issue/subtask creation when missing, handles active sprint placement, and manages Spanish transitions. Runtime aliases may expose this as krt:jira-scribe.
8krt-ci-questor
Investigate CI/CD failures and produce concise cause reports. Use when a user asks why a GitHub Actions, GitLab CI, CircleCI, Jenkins, or other pipeline failed; needs log triage, flaky-test assessment, runner/dependency/config diagnosis, failed-check summaries, rerun guidance, or a simple report explaining what happened and what to do next. Runtime aliases may expose this as krt:ci-questor.
7