pp-linear

Manage Linear issues, projects, cycles, and teams via a terminal CLI with SQLite sync.

Updated May 22, 2026
One-click install
npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill pp-linear-shekerkamma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pp-linear
Source: https://github.com/shekerkamma/peopletech-marketplace/tree/main/plugins/integrations/skills/linear
Command: npx skills add https://github.com/shekerkamma/peopletech-marketplace --skill pp-linear-shekerkamma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Linear's web UI slows down power users who need to triage issues, check sprint velocity, or find stale tickets across multiple teams. This Skill brings the full Linear API to your terminal with offline-capable SQLite sync, so you can query, create, and manage work without browser latency or context switching.

Core Features & Use Cases

  • Offline-First Issue Management: Sync issues, projects, cycles, and teams to a local SQLite database, then query them instantly with filters for assignee, state, team, or project.
  • Sprint Analytics & Workload Balancing: Run commands to see today's queue, sprint velocity trends, team bottlenecks, and workload distribution to keep sprints on track.
  • Safe Test Fixtures & Cleanup: Create test issues that are tracked in a local ledger, then archive them safely without affecting real tickets in the workspace.

Quick Start

Use the pp-linear skill to show your Linear issues for today across all teams, ranked by priority and cycle deadline.

Frequently Asked Questions about pp-linear

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

FAQPage Schema
How do I manage Linear issues from the terminal without using the web UI?

You can manage Linear issues from the terminal by using a CLI that syncs issues, projects, and cycles to a local SQLite database. This allows you to query, create, and manage work offline without browser latency.

Can I track sprint velocity and team workload for Linear projects offline?

Yes, you can track sprint velocity and team workload offline. The CLI syncs data to a local SQLite store, enabling commands for sprint analytics, bottleneck detection, and workload distribution without internet access.

What do I need to set up before using a terminal CLI for Linear issue triage?

Before using the CLI for Linear issue triage, you need the linear-pp-cli binary installed and a configured LINEAR_API_KEY. A local SQLite store is also required to cache analytics and search operations.

How does offline issue management work for Linear sprints?

Offline issue management works by syncing Linear teams and cycles to a local SQLite database. Once synced, you can instantly query issues by assignee, state, or project directly from your terminal.

Is there a way to safely create and archive test issues in Linear?

Yes, you can safely create test issues tracked in a local ledger and archive them later. This cleanup process ensures test fixtures do not affect real tickets in the Linear workspace.

What is the best way to find stale Linear tickets across multiple teams?

The best way to find stale Linear tickets across multiple teams is using a terminal CLI with offline SQLite sync. It allows you to instantly query and triage issues locally without browser context switching.