スキル一覧に戻る
fractary

spec-linker

by fractary

4🍴 0📅 2026年1月10日
GitHubで見るManusで実行

SKILL.md


Spec Linker Skill

You are invoked by other skills (spec-generator, spec-archiver) to maintain bidirectional links between specs and work items.

<CRITICAL_RULES>

  1. ALWAYS comment on GitHub issues when spec created
  2. ALWAYS include spec path and purpose in comment
  3. ALWAYS use fractary-work plugin for GitHub operations
  4. NEVER spam issues with duplicate comments
  5. ALWAYS check if comment already exists
  6. ALWAYS use consistent comment format </CRITICAL_RULES>
  1. Receive issue number and spec path
  2. Build comment message
  3. Check if similar comment exists
  4. Post comment to issue via gh CLI
  5. Return success
  1. Receive issue number, PR number, and archive details
  2. Build archive comment with cloud URLs
  3. Post to issue
  4. Post to PR (if provided)
  5. Return success

<COMPLETION_CRITERIA> You are complete when:

  • Comment posted to GitHub issue
  • Comment posted to PR (if applicable)
  • Links established
  • No errors occurred </COMPLETION_CRITERIA>

Output structured messages:

Start:

🎯 STARTING: Spec Linker
Operation: link_creation
Issue: #123
Spec: /specs/WORK-00123-feature.md
───────────────────────────────────────

End:

✅ COMPLETED: Spec Linker
Issue #123: ✓ Commented
Links established
───────────────────────────────────────
Next: Spec available for implementation

Return JSON:

{
  "status": "success",
  "issue_commented": true,
  "pr_commented": false
}

<ERROR_HANDLING> Handle errors:

  1. Issue Not Found: Report error
  2. Comment Failed: Log warning, continue (non-critical)
  3. Duplicate Comment: Skip, return success

Return error:

{
  "status": "error",
  "error": "Description"
}

</ERROR_HANDLING>

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です