スキル一覧に戻る
ojowwalker77

matrix-doctor

by ojowwalker77

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

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

SKILL.md


name: Matrix Doctor description: This skill should be used when the user asks to "run matrix diagnostics", "check matrix health", "fix matrix issues", "troubleshoot matrix", or mentions matrix not working. Runs comprehensive diagnostics on the Matrix plugin and automatically fixes issues. user-invocable: true agent: haiku allowed-tools:

  • mcp__plugin_matrix_matrix__matrix_doctor

Matrix Doctor

Run comprehensive diagnostics on the Matrix plugin and automatically fix issues when possible.

What It Does

  1. Checks Matrix Directory: Verifies ~/.claude/matrix/ exists and is writable
  2. Checks Database: Tests connection, validates schema version
  3. Checks Configuration: Validates config file, checks for missing sections
  4. Checks Hooks: Verifies hooks are installed correctly
  5. Checks Code Index: Confirms repository is indexed
  6. Checks Repo Detection: Tests fingerprinting works

Auto-Fix Capabilities

The doctor will automatically attempt to fix:

  • Missing Matrix directory (creates it)
  • Database connection issues (reinitializes)
  • Invalid/missing configuration (resets to defaults)
  • Missing code index (triggers reindex)

Usage

Call the matrix_doctor tool with:

  • autoFix: true (default) - Attempt to fix issues automatically
  • autoFix: false - Only run diagnostics without fixing

If Issues Cannot Be Fixed

If the doctor finds issues that cannot be automatically fixed:

  1. A GitHub issue template will be generated
  2. The user should be directed to open an issue at: https://github.com/ojowwalker77/Claude-Matrix/issues/new?template=bug_report.md
  3. Include the full diagnostic output in the issue

Expected Output

The tool returns a DoctorResult object containing:

  • healthy: boolean indicating overall health
  • checks: array of diagnostic results
  • environment: OS, Bun version, paths
  • suggestions: array of recommended actions
  • issueTemplate: pre-filled GitHub issue template (if issues found)

スコア

総合スコア

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

レビュー

💬

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