linear-projects-write
CLI から Linear プロジェクトを管理
チームには、ツールを切り替えることなく Linear プロジェクトをすばやく一貫してセットアップする方法が必要です。このスキルは、Bun CLI を使って Linear プロジェクトを作成および更新する手順を Claude、Codex、Claude Code に案内します。
自分のエージェントでインストール
このリクエストをエージェントにコピーしてください。正規の Skill ページとマニフェストが含まれています。
Review the Skillstore skill "linear-projects-write" from https://skillstore.io/skills/bind-linear-projects-write.md and its manifest at https://skillstore.io/api/skills/bind-linear-projects-write/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.エージェントは引き続き計画を提示し、セキュリティポリシーで必要な確認を求める必要があります。
エージェントが読めるリソース
AI エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。
テストする
「linear-projects-write」を使用しています。 Jordan Lee をリードにし、9 月の目標日を設定して、Engineering 向けに Mobile Refresh を作成してください。
期待される結果:
Engineering 向けに Mobile Refresh プロジェクトを作成し、Jordan Lee を割り当て、リクエストされた目標日を設定しました。
「linear-projects-write」を使用しています。 Platform Migration を started ステータスに移動し、優先度を上げてください。
期待される結果:
プロジェクトを照合した後、Platform Migration を started ステータスに更新し、優先度を high に変更しました。
「linear-projects-write」を使用しています。 Old Project からリードを削除し、Archive Cleanup に名前を変更してください。
期待される結果:
プロジェクト名を Archive Cleanup に変更し、割り当てられていたリードを削除しました。
セキュリティ監査
安全This skill provides two documented CLI tools for creating and updating Linear projects through the official Linear SDK. The static analyzer produced 37 findings, but nearly all are false positives: the 29 'Ruby/shell backtick execution' hits are Markdown code fences and inline-code backticks in the SKILL.md documentation, not code that executes commands; the network hit is a hardcoded link to the bun.sh documentation site; and the environment and sensitive-file findings refer to the legitimate, well-documented LINEAR_API_KEY that the tool requires to authenticate with Linear. The API key is read from the environment or a project .env file per standard practice and is not exfiltrated or logged. No prompt injection, data exfiltration, or business-logic abuse was observed.
リスク要因
🔑 環境変数 (3)
⚙️ 外部コマンド (29)
🌐 ネットワークアクセス (1)
📁 ファイルシステムへのアクセス (2)
このレポートを共有・引用
バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。Skillstore は証拠を報告しますが、この Skill が安全かどうかは判断しません。
レポートリンクをコピー
https://skillstore.io/skills/bind-linear-projects-write/audits/9?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdownバッジ
[](https://skillstore.io/skills/bind-linear-projects-write?utm_source=security_passport_badge)HTMLバッジ
<a href="https://skillstore.io/skills/bind-linear-projects-write?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/bind-linear-projects-write/security.svg" alt="Skillstore security assessment" loading="lazy"></a>埋め込みカード
<iframe src="https://skillstore.io/embed/skills/bind-linear-projects-write.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>学術引用 (APA · BibTeX · CFF)
APA形式の引用
Bind. (2026). linear-projects-write security audit report (audit version 9) [Author version 1.0.0]. Skillstore. https://skillstore.io/skills/bind-linear-projects-write/audits/9BibTeX形式の引用
@techreport{bind-bind-linear-projects-write-2026,
author = {Bind},
title = {linear-projects-write security audit report (audit version 9)},
institution = {Skillstore},
year = {2026},
number = {9},
url = {https://skillstore.io/skills/bind-linear-projects-write/audits/9},
note = {Author version 1.0.0}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "linear-projects-write security audit report (audit version 9)"
version: "1.0.0"
type: report
authors:
- name: "Bind"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/bind-linear-projects-write/audits/9"
identifiers:
- type: other
value: "skillstore:bind-linear-projects-write:audit:9"
description: "Skillstore immutable audit report identifier"
Skillstore スコア
このスコアの理由 証拠の信頼度: 高作成できるもの
ローンチプロジェクトを作成
1 回のリクエストで、チーム、リード、日付、優先度を含む Linear プロジェクトを作成します。
デリバリーステータスを更新
計画中に既存の Linear プロジェクトのステータス、目標日、または優先度を変更します。
プロジェクト管理の整備を自動化
定期的な運用ワークフローの一環として、プロジェクトメタデータの更新を標準化します。
これらのプロンプトを試す
Engineering チーム用に Mobile Refresh という名前の Linear プロジェクトを作成してください。planned ステータスと normal 優先度を使用してください。
Engineering と Platform 向けに Q3 Reliability Initiative という名前の Linear プロジェクトを作成してください。Alex Rivera をリードに割り当て、2026-08-01 に開始し、目標日を 2026-10-15 に設定し、high 優先度にしてください。
Mobile Refresh という名前の Linear プロジェクトを更新してください。ステータスを started に変更し、目標日を 2026-09-30 に設定し、リードを Jordan Lee に更新してください。
Platform Migration という名前の Linear プロジェクトの更新を準備してください。コマンドを実行する前に、正確に一致したプロジェクトと予定されているフィールド変更を表示してください。
ベストプラクティス
- プロジェクト更新に必要な最小限の権限を持つ Linear API キーを使用してください。
- 更新に部分的な名前を使用する前に、一致したプロジェクトを確認してください。
- 書き込みコマンドを実行する前に、ステータス、日付、リード、優先度を確認してください。
回避
- LINEAR_API_KEY をコミット済みファイルや共有チャット履歴に保存しないでください。
- 複数のプロジェクトが一致する可能性がある場合、曖昧な部分名でプロジェクトを更新しないでください。
- 意図したワークスペースへの影響を確認せずに、作成または更新コマンドを実行しないでください。