Compétences linear-claude-skill
📋

linear-claude-skill

SĂ»r 🌐 AccĂšs rĂ©seau🔑 Variables d’environnement

Manage Linear Issues and Projects

This skill enables Claude to interact with Linear for issue tracking, project management, and team collaboration workflows directly from your development environment.

Prend en charge: Claude Codex Code(CC)
đŸ„‰ 73 Bronze
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans ParamĂštres → CapacitĂ©s → Skills → Importer un skill

3

Activez et commencez Ă  utiliser

Tester

Utilisation de "linear-claude-skill". Create a new issue in the Backend project titled 'Fix login timeout' with description 'Users are being logged out after 5 minutes'

Résultat attendu:

Created issue ENG-456 in Backend project.

Title: Fix login timeout
Status: Backlog
Priority: No priority
URL: https://linear.app/team/issue/ENG-456

Utilisation de "linear-claude-skill". Update issues ENG-101, ENG-102, ENG-103 to Done

Résultat attendu:

Successfully updated 3 issues:
- ENG-101 → Done
- ENG-102 → Done
- ENG-103 → Done

Audit de sécurité

Sûr
v1 ‱ 2/25/2026

This is a legitimate Linear integration skill. Static scanner flagged 137 patterns as potential issues, but evaluation reveals all are false positives or legitimate usage. The skill requires network access to communicate with Linear API and environment variable access for API key authentication, which is standard for API integrations. Documentation explicitly includes security best practices for credential handling using varlock.

1
Fichiers analysés
544
Lignes analysées
2
résultats
1
Total des audits
Audité par: claude

Score de qualité

38
Architecture
95
Maintenabilité
87
Contenu
50
Communauté
100
Sécurité
87
Conformité aux spécifications

Ce que vous pouvez construire

Development Team Workflow

Create and manage issues directly from Claude when discussing bugs or feature requests during coding sessions

Project Tracking

Update project status and link issues to initiatives without leaving your coding environment

Task Automation

Automate repetitive status updates and bulk issue management through Claude commands

Essayez ces prompts

Create a New Issue
Create a new issue in Linear with title '{title}' and description '{description}' in the '{project}' project
Update Issue Status
Update the status of issue {issue_id} to {status} (use: Backlog, Todo, In Progress, Done, Cancelled)
Bulk Status Update
Update these issues to Done: {issue_list} (e.g., ENG-101, ENG-102, ENG-103)
Create Project with Issues
Create a new project named '{project_name}' linked to initiative '{initiative}' and add these issues: {issue_titles}

Bonnes pratiques

  • Always link issues to projects and projects to initiatives for proper traceability
  • Use MCP tools when available for most operations; use CLI as fallback
  • Keep your Linear API key secure using environment variables, never hardcode it

Éviter

  • Do not create issues in catch-all projects then move them later - create them in the correct project from the start
  • Do not expose your Linear API key in terminal output or Claude context
  • Avoid using deprecated community MCP servers - use the official Linear MCP server

Foire aux questions

How do I get a Linear API key?
Go to Linear Settings > Security & access > Personal API keys. Create a new key starting with 'lin_api_' and add it to your environment variables.
What tools does this skill support?
The skill supports MCP tools (preferred), Linear CLI, and helper scripts using the @linear/sdk package.
Why am I seeing 'MCP tools not available'?
If MCP is not available, the skill will automatically fall back to using the Linear CLI or helper scripts. You do not need to report this as a blocker.
How do I update multiple issues at once?
Use the bulk status command: npx tsx scripts/linear-ops.ts status Done ENG-101 ENG-102 ENG-103
Can I create sub-issues?
Yes, use: npx tsx scripts/linear-ops.ts create-sub-issue ENG-100 'Sub-task title' 'Description'
How do I link a project to an initiative?
Use: npx tsx scripts/linear-ops.ts link-initiative 'Project Name' 'Initiative Name'

Détails du développeur

Structure de fichiers

📄 SKILL.md