implement-task

Automate Jira task implementation by modifying code, running tests, and updating PRs.

10|7|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/RHEcosystemAppEng/sdlc-plugins --skill implement-task-rhecosystemappeng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-task
Source: https://github.com/RHEcosystemAppEng/sdlc-plugins/tree/main/plugins/sdlc-workflow/skills/implement-task
Command: npx skills add https://github.com/RHEcosystemAppEng/sdlc-plugins --skill implement-task-rhecosystemappeng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of implementing Jira tasks, including modifying code, running tests, and updating Jira with PRs or commits.

Core Features & Use Cases

  • Automated Code Implementation: Reads a Jira task's structured description to modify code, including files to modify and create.
  • Test Automation: Automatically writes tests based on the task description.
  • PR/Commit Management: Updates Jira with PR links or commits after code changes.
  • Use Case: When a Jira task is created for feature development or bug fixes, this Skill automates the entire development cycle, from modifying code to updating the task status.

Quick Start

Use the implement-task skill by providing the Jira issue ID: /implement-task PROJ-231

Frequently Asked Questions about implement-task

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

FAQPage Schema
How do I automate Jira task implementation including code changes and tests?

Automating Jira task implementation involves using a tool that reads the task description to modify code, automatically generates tests, and updates Jira with PR links. This Skill executes that entire development cycle by integrating with Jira and Serena for code intelligence.

Can I automatically generate code and tests from a Jira issue description?

Yes, you can generate code and tests from a Jira issue description. The Skill reads the structured description to determine which files to modify or create and automatically writes corresponding tests based on the task requirements.

Does automated Jira task implementation require integration with Serena?

Yes, integration with a Serena instance is required for code intelligence. The Skill relies on Serena alongside Jira integration to understand the existing codebase and accurately automate feature development and bug fixing workflows.

How do I update Jira with PR links after automated code changes?

Updating Jira with PR links is handled automatically after code changes are made. The Skill manages PR and commit creation, then updates the original Jira task with the corresponding pull request or commit links upon completion.

What is the best way to automate bug fixing workflows in Jira?

The best way to automate bug fixing workflows in Jira is using a task automation Skill. It reads the bug description, modifies the necessary code, runs tests to validate the fix, and updates the Jira ticket with the resulting PR or commit.

Do I need to manually write tests when automating feature development from Jira tasks?

No, you do not need to manually write tests when automating feature development. The Skill includes test automation capabilities that automatically generate and run tests based on the structured Jira task description provided.