implement

Automate Jira ticket workflows from analysis to draft pull requests.

4|1|Updated Dec 8, 2018
One-click install
npx skills add https://github.com/elihunter173/dotfiles --skill implement-elihunter173
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/elihunter173/dotfiles/tree/main/.claude/skills/implement
Command: npx skills add https://github.com/elihunter173/dotfiles --skill implement-elihunter173

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the end-to-end process of understanding, planning, and implementing Jira tickets, reducing manual effort and increasing efficiency.

Core Features & Use Cases

  • Ticket Analysis: Reads Jira tickets to extract summaries, acceptance criteria, and linked issues.
  • Codebase Exploration: Searches project files for relevant patterns, files to modify, and testing infrastructure.
  • Implementation Planning: Creates structured plans including branching, commits, and verification steps.
  • Automated Coding and Testing: Make code changes, verify with cargo tools, and commit following best practices.
  • Pull Request Creation: Generate draft PRs with detailed descriptions for review.
  • Use Case: Developers working on new features or bug fixes can automate their workflow from ticket to deployment.

Quick Start

Provide the Jira ticket ID and project details to generate an implementation plan, code changes, and initiation of a pull request process.

Frequently Asked Questions about implement

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

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

You can automate Jira ticket implementation by reading ticket details, exploring the codebase, planning changes, modifying code, verifying with cargo, and creating a draft pull request. This end-to-end workflow reduces manual effort and streamlines development.

Can I automatically create a draft pull request from a Jira ticket?

Yes, you can automatically create a draft pull request from a Jira ticket. The workflow reads the ticket details, implements the required code changes, and generates a draft PR with detailed descriptions for collaborative review.

Does the Jira automation workflow integrate with GitHub and cargo for testing?

Yes, the Jira automation workflow integrates with GitHub for pull request creation and uses cargo tools for code verification. It ensures consistent commit practices while validating modifications during the implementation process.

What is the best way to plan code modifications for a new feature ticket?

The best way to plan code modifications is through structured implementation planning that searches project files for relevant patterns, identifies files to modify, and establishes branching, commit, and verification steps before coding begins.

Do I need to provide a Jira ticket ID to start the automated coding workflow?

Yes, you need to provide the Jira ticket ID and project details to start the automated coding workflow. The automation uses this input to extract summaries, acceptance criteria, and linked issues for implementation.

How does automated codebase exploration work when implementing a bug fix?

Automated codebase exploration searches project files for relevant patterns, identifies files to modify, and locates testing infrastructure. This ensures the bug fix implementation aligns with existing code structure and testing conventions.