fsd:quick-fix

Detect, log, fix, and review issues via Linear API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The fsd:quick-fix Skill automates the process of identifying, logging, and fixing issues found during testing, minimizing the time to resolution.

Core Features & Use Cases

  • Issue Detection and Logging: Identifies and logs issues into Linear, handling duplicate detection and ticket creation.
  • Automated Fixing: Starts the fixing process with minimal user interruption.
  • Quality Review: Invokes sub-agents for code quality review, alternative approaches, and impact analysis.
  • Documentation and Changelog Updates: Ensures documentation is up-to-date based on the fix.

Quick Start

To create and fix an issue, use the command: fsd:quick-fix "issue description".

Frequently Asked Questions about fsd:quick-fix

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

FAQPage Schema
How do I automate issue logging into Linear when bugs are found?▼

Automated issue logging into Linear works by detecting bugs during testing, checking for duplicate tickets, and creating new Linear tickets automatically to streamline issue tracking.

Can I automatically fix code issues without manual developer intervention?▼

Yes, you can automatically fix code issues with minimal user interruption. The Skill initiates the fixing process immediately after logging the issue into Linear, minimizing the time to resolution.

How do I run automated code quality reviews after applying a bug fix?▼

To run automated code quality reviews after a bug fix, the Skill invokes sub-agents that analyze alternative approaches, assess code quality, and perform impact analysis on the codebase.

Do I need a Linear API key to integrate issue tracking with my codebase?▼

Yes, you need a Linear API key and codebase access. The Skill requires these dependencies to execute its automated issue detection, logging, fixing, and review workflows successfully.

How do I update project documentation and changelogs after fixing an issue?▼

To update project documentation and changelogs after fixing an issue, the Skill automatically ensures that all relevant documentation is modified to accurately reflect the applied code fixes.