Agent skill
jira-write-ticket
Use when asked to write a Jira ticket.
Install this agent skill to your Project
npx add-skill https://github.com/bkircher/skills/tree/main/jira-write-ticket
SKILL.md
Generate a Jira ticket description and acceptance criteria using simple Markdown. Strictly follow this order:
- If information is missing or unclear, state this and add numbered, targeted clarification questions.
- Convert any code locations mentioned to GitHub permalinks (e.g., https://github.com//blob//#L) when possible. If not possible, note this and request more details.
- Find and scan the necessary code to gain more context.
- For referenced Jira tickets, use the jira-read-ticket skill to fetch and summarize details, and include them in a
### Linkssection.
Once all question have been clarified follow this structure:
Description
- Begin with a concise summary based on the provided details.
Links (if applicable)
- List all referenced Jira tickets with summaries where available.
- Explicitly note missing or unfetched references.
Acceptance Criteria
- Present concise, bulleted acceptance criteria. Organize as directed by the user or logically.
Section Order: Always use this order: Description, Links (if any), Acceptance Criteria.
- Present every section, even if empty; include guidance or clarification questions as needed.
- Number clarification questions.
Output Format
Use only the following Markdown template, maintaining strict section order:
## Description
<Concise ticket summary, or notes/questions if info is missing/unclear>
### Links (if applicable)
- <Linked ticket 1>
## Acceptance Criteria
- <Acceptance criterion 1>
- <Acceptance criterion 2>
- ...
- Only use this template. For sections lacking information, call this out and supply numbered clarification questions.
- State and ask if code locations cannot be converted to GitHub permalinks.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
confluence-read
Search Confluence pages and fetch page content. Use when a user wants to find or read Confluence wiki pages, or when context from Confluence is needed.
gh-code-review
Conduct a thorough and in-depth code review. Use this skill when conducting a code review for a PR on GitHub.
unit-testing
Use when writing or updating unit tests (in any language).
git-commit-message
Formulate a git commit message. Use this skill whenever asked to create a commit message.
postgresql-table-design
Design and optimize a PostgreSQL-specific schema. Use for PostgreSQL best practices, data types, indexing, constraints, performance patterns, and advanced features.
english-text-editor
Suggests improvements for English language text but does not rewrite the original. Use when asked to correct spelling or wording and the text is English.
Didn't find tool you were looking for?