linear-projects-read
Linear-Projekte lesen
Das Verwalten mehrerer Linear-Projekte erfordert Kontextwechsel und manuelle Suche. Diese Fähigkeit bietet sofortigen Zugriff, um Projektinformationen direkt aus deiner CLI aufzulisten und abzurufen. Greife auf Projektdetails zu, filtere nach Status oder Lead und rufe bestimmte Projekte ab, ohne deinen Workflow zu verlassen.
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「linear-projects-read」。 List all started projects with their leads
預期結果:
- Project: Website Redesign | Status: Started | Lead: Sarah Chen
- Project: Mobile App v2 | Status: Started | Lead: James Wilson
- Project: API Integration | Status: Started | Lead: Alex Rivera
正在使用「linear-projects-read」。 Get details for Mount Vernon project
預期結果:
- Name: Mount Vernon
- ID: 12345678-1234-1234-1234-123456789abc
- Description: Quarterly planning and tracking project
- Status: Started
- Lead: George Washington
- Team: Product Engineering
- Created: Jan 15, 2024
正在使用「linear-projects-read」。 List completed projects from last month
預期結果:
- Project: Legacy Migration | Status: Completed | Lead: Thomas Jefferson
- Project: Documentation Update | Status: Completed | Lead: James Madison
- Project: Security Audit | Status: Completed | Lead: Alexander Hamilton
安全審計
低風險This is a read-only Linear integration skill. The static analyzer incorrectly flagged documentation and metadata as security vulnerabilities. All 47 detected patterns are false positives: documentation URLs (not network exfil), standard .env configuration patterns (not sensitive exposure), bash command examples (not shell execution), and text strings misidentified as weak cryptography. The skill makes authenticated read-only API calls to Linear's official servers with no malicious behavior.
風險因素
品質評分
你能建構什麼
Aktive Projekte überprüfen
Schnell alle gestarteten Projekte mit ihren Leads überprüfen, um den Teamfortschritt zu verfolgen.
Projektdetails finden
Projektinformationen nach Name nachschlagen, um den Kontext zu verstehen, bevor die Arbeit beginnt.
Projektstatus auditieren
Gefilterte Projektlisten erstellen, um Sprint-Planungsmeetings vorzubereiten.
試試這些提示
Use the list-projects command to show all Linear projects.
List all projects with status started using the list-projects command.
Get details for the project named Mount Vernon using the get-project command.
List the 10 most recent started projects and output the results as JSON.
最佳實務
- LINEAR_API_KEY sicher in Umgebungsvariablen statt im Code speichern
- Das Flag --json verwenden, wenn du Projektdaten programmgesteuert verarbeiten musst
- Filter wie --status und --lead kombinieren, um Ergebnisse schnell einzugrenzen
避免
- Tabellenausgaben, die dem Nutzer bereits sichtbar sind, nicht erneut zusammenfassen oder neu formatieren
- Nicht versuchen, Projekte mit dieser Read-only-Funktion zu erstellen oder zu ändern
- LINEAR_API_KEY nicht in Logs, Fehlermeldungen oder mit anderen teilen