スキル一覧に戻る
ojowwalker77

matrix-warnings

by ojowwalker77

matrix-warningsは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

84🍴 8📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: Matrix Warnings description: This skill should be used when the user asks to "add warning", "remove warning", "list warnings", "check file warning", "check package warning", "manage grudges", or needs to manage file and package warnings in Matrix. user-invocable: true agent: haiku allowed-tools:

  • mcp__plugin_matrix_matrix__matrix_warn

Matrix Warnings

Manage "personal grudges" - warnings for problematic files or packages.

Parse user arguments from the skill invocation (text after the trigger phrase).

Use the matrix_warn tool with the appropriate action parameter.

Actions

List warnings (default, or "list"): Use matrix_warn with action: "list" to show all warnings.

  • Optional: type: "file" or type: "package" to filter
  • Optional: repoOnly: true to show only repo-specific warnings

Add warning ("add "): Use matrix_warn with action: "add" and:

  • type: "file" or "package"
  • target: file path/pattern or package name
  • reason: why this is problematic
  • severity: "info", "warn", or "block" (default: warn)
  • repoSpecific: true if warning should only apply to current repo

Remove warning ("remove " or "rm "): Use matrix_warn with action: "remove" and either:

  • id: the warning ID to remove, or
  • type + target: to remove by type and target

Check target ("check "): Use matrix_warn with action: "check" and:

  • type: "file" or "package"
  • target: file path or package name

Examples

  • /matrix:warn - list all warnings
  • /matrix:warn add file src/legacy/*.ts "Deprecated, do not modify"
  • /matrix:warn add package moment "Use date-fns instead"
  • /matrix:warn remove moment
  • /matrix:warn check .env

スコア

総合スコア

65/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新

+5
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

レビュー

💬

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