triage-workflow

Automate SOC II triage from Linear tickets to commits and PRs.

15|7|Updated Sep 29, 2025
One-click install
npx skills add https://github.com/nodnarbnitram/claude-code-extensions --skill triage-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-workflow
Source: https://github.com/nodnarbnitram/claude-code-extensions/tree/main/.claude/skills/triage-workflow
Command: npx skills add https://github.com/nodnarbnitram/claude-code-extensions --skill triage-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires linearis, gh, openspec, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill guides users through a structured SOC II compliant triage workflow that ensures proper ticket tracking, spec-driven development, and traceable commits.

Core Features & Use Cases

  • Create Linear tickets with linearis CLI
  • Create git branches named after ticket identifiers
  • Generate OpenSpec proposals with /openspec:proposal
  • Apply validated specs with /openspec:apply
  • Commit changes with ticket prefixes
  • Optional push and PR creation with gh

Quick Start

Triage this issue: Users can't log in with SSO Claude will walk through: ticket creation → branch → proposal → validation → apply → commit → PR

Frequently Asked Questions about triage-workflow

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

FAQPage Schema
How do I automate SOC II compliant triage workflows with Linear and GitHub?

SOC II triage workflows automate the process of converting issues into Linear tickets, git branches, OpenSpec proposals, and traceable commits in a single orchestrated flow. This Skill uses linearis, OpenSpec, and GitHub CLI to enforce ticket prefixes, branch naming standards, and spec validation—turning manual triage into a CLI-driven, audit-ready pipeline.

Can I create Linear tickets and branches automatically from issues?

Yes. This Skill creates Linear tickets via linearis CLI, then automatically generates git branches named after ticket identifiers. You can then generate OpenSpec proposals for spec-driven development, validate them, apply changes, commit with ticket prefixes, and optionally create PRs—all within a single triage workflow.

What's the best way to enforce traceable commits and ticket prefixes in development?

Enforce ticket prefixes in commits by integrating Linear ticket creation with branch management and OpenSpec proposals. This Skill orchestrates that integration: tickets drive branch names, branches structure commits, and OpenSpec proposals validate changes before they're applied and committed with traceable prefixes.

Do I need linearis, OpenSpec, and GitHub CLI to use this triage workflow?

Yes. This Skill requires linearis for Linear ticket creation, OpenSpec for proposal generation and validation, and GitHub CLI for optional PR workflows. All three dependencies work together to create a complete SOC II compliant triage pipeline from issue to merged PR.

How does spec-driven development fit into SOC II compliance?

Spec-driven development using OpenSpec proposals creates an audit trail of design decisions before code changes. This Skill integrates proposals into the triage workflow: after ticket and branch creation, proposals are generated, validated by you, then applied—ensuring every change is documented and traceable for compliance.

Can I delegate triage tasks while maintaining clean conversation context?

Yes. This Skill enables subagent delegation to keep your main conversation context focused while triage orchestration runs independently. Tickets, branches, proposals, and commits proceed in the background, reducing conversation clutter while maintaining full traceability and SOC II audit requirements.