execute

Execute Jira tasks through loading, blocker checks, branch creation, TDD, and verification.

1|Updated Oct 3, 2023
One-click install
npx skills add https://github.com/mt-krainski/twinkletaps --skill execute-mt-krainski
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: execute
Source: https://github.com/mt-krainski/twinkletaps/tree/main/.claude/skills/execute
Command: npx skills add https://github.com/mt-krainski/twinkletaps --skill execute-mt-krainski

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the entire process of implementing Jira tasks, from initial loading and blocker checks to implementation, verification, and handover.

Core Features & Use Cases

  • Task Management: Loads and manages Jira issues, ensuring blockers are resolved before proceeding.
  • Development Workflow: Automates branch creation, TDD-based implementation, and frequent commits.
  • Verification: Enforces rigorous testing (unit, lint, e2e) and verification against acceptance criteria.
  • Use Case: When assigned a new feature in Jira, this Skill will automatically create a new branch, guide you through writing tests and code, and ensure all checks pass before you hand it off for review.

Quick Start

Use the execute skill to start working on Jira issue GFD-123.

Frequently Asked Questions about execute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Jira task implementation from start to finish?

Automating Jira task implementation requires a structured workflow that loads issues, checks blockers, creates branches, enforces TDD, and verifies acceptance criteria. This Skill manages the entire lifecycle, transitioning tasks from 'To Do' to 'In Progress' and ensuring code quality through unit, lint, and e2e tests before handover.

What is test-driven development workflow for Jira issues?

Test-driven development (TDD) for Jira issues is a process where tests are written before code implementation. This Skill enforces TDD by guiding you through writing tests and code, automating frequent commits, and verifying all checks pass against acceptance criteria before completion.

Can I use this automation workflow with existing Jira blockers?

Using this automation workflow with existing Jira blockers requires resolving them before proceeding. The Skill loads Jira issues and performs blocker checking, ensuring all impediments are cleared before it initiates branch creation and the subsequent TDD implementation phase.

What's the best way to enforce code quality during Jira task execution?

The best way to enforce code quality during Jira task execution is through automated verification. This Skill enforces rigorous testing, including unit tests, linting, and end-to-end checks, ensuring task completion and quality standards are met before invoking the wrap skill for handoff.

Why does my Jira task workflow stall before branch creation?

Jira task workflows stall before branch creation when unresolved blockers prevent task progression. This Skill performs blocker checking immediately after loading the issue, halting the transition to 'In Progress' and the subsequent development workflow until all blockers are successfully resolved.