askill
implement-jira-ticket

implement-jira-ticketSafety 90Repository

Implements Jira tickets end-to-end with git setup, planning, coding, and testing. Use when given a Jira ticket ID (e.g., PBAT-123) or when asked to implement a ticket/feature/bug from Jira.

0 stars
1.2k downloads
Updated 2/27/2026

Package Files

Loading files...
SKILL.md

<essential_principles>

  • No ping-pong — batch all changes, present for ONE approval. Do not ask questions mid-implementation.
  • Approval gates — only 3 stops require user input: plan, implementation complete, new integration tests.
  • Follow existing patterns — study similar features end-to-end before writing a single line.
  • Single responsibility — 1 DB repository per table, no cross-table logic in repos.
  • Test discipline — run tests before and after. Fix test inputs, not production code. See workflows/testing.md.
  • Use MCP tools — if Atlassian MCP is connected, use it. If groundcover MCP is connected, use it for logs.

</essential_principles>

Wait for ticket ID before proceeding.

InputAction
Jira ID (e.g., PBAT-123)Fetch via Atlassian MCP → follow workflows/implement-ticket.md
Pasted ticket detailsParse details → follow workflows/implement-ticket.md
Testing questionworkflows/testing.md
Review / done checkworkflows/review.md

Detailed steps are in the workflow files. Read the relevant workflow before proceeding.

<success_criteria>

  • Branch created from develop with correct naming (feature/{JIRA-ID})
  • Implementation plan approved
  • All code implemented in one batch (no ping-pong)
  • Existing patterns followed
  • All tests pass — see workflows/testing.md
  • Ticket re-checked against acceptance criteria — see workflows/review.md
  • README updated if behavior changed

</success_criteria>

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

52/100Analyzed 3/2/2026

Well-structured skill with clear essential principles, routing logic, and success criteria. Includes 'when to use' guidance and is in a dedicated skills folder with tags. However, actual implementation steps are entirely in external workflow files not provided in the skill, making it incomplete and difficult to use standalone. References project-specific conventions and internal files, reducing reusability beyond this specific codebase."

90
70
40
35
45

Metadata

Licenseunknown
Version-
Updated2/27/2026
Publishershir-bruchim

Tags

github-actionstesting