fsd:implement-issue

Automate Linear issue implementation and review with GitHub PR management.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/fixpoint-labs/flow-state-dev --skill fsd-implement-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fsd:implement-issue
Source: https://github.com/fixpoint-labs/flow-state-dev/tree/main/.agents/skills/implement-issue
Command: npx skills add https://github.com/fixpoint-labs/flow-state-dev --skill fsd-implement-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires linear, github, git, fsd:diagnose, fsd:tdd, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the end-to-end process of implementing and reviewing Linear issues, from fetching the issue and spec to creating a fix branch, auto-routing, dispatching sub-agents, reviewing, opening PRs, and staying on the PR for feedback.

Core Features & Use Cases

  • Issue Implementation Automation: Fetches the issue and spec, creates a fix branch, routes to the right implementation discipline, dispatches sub-agents, and runs a comprehensive review.
  • PR Management: Opens a PR, acknowledges review comments, and responds to code-related comments.
  • Use Case: When a new Linear issue is created, use this Skill to automatically handle the implementation process, ensuring consistency and efficiency in the workflow.

Quick Start

Implement the issue with ID 'FIX-123' using the fsd:implement-issue skill.

Frequently Asked Questions about fsd:implement-issue

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

FAQPage Schema
How do I automate Linear issue implementation from start to finish?

Automate Linear issue implementation by fetching the issue and spec, creating a fix branch, routing to the correct discipline, dispatching sub-agents, reviewing code, and opening a PR. This handles the entire workflow end-to-end without manual intervention.

Can I use GitHub PR management to automatically respond to code review comments?

Yes, GitHub PR management opens a pull request, acknowledges incoming review comments, and automatically responds to code-related feedback. It stays on the PR to handle feedback interactions throughout the review cycle.

What tools do I need to connect Linear and GitHub for automated issue workflows?

You need access to Linear, GitHub, and Git to automate issue workflows. These dependencies are required for fetching issues, retrieving specs, creating branches, managing pull requests, and handling code review feedback.

What is the best way to handle PR feedback during automated code review?

The best way to handle PR feedback during automated code review is to keep an agent on the PR that acknowledges comments and responds to code-related queries. This ensures continuous feedback handling without manual oversight.

Does automated issue routing work for different software engineering disciplines?

Yes, automated issue routing directs the implementation to the right software engineering discipline based on the fetched issue and spec. It then dispatches sub-agents to handle the specific implementation requirements.