スキル一覧に戻る
jakoss

codebase-search

by jakoss

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

SKILL.md


name: codebase-search description: Advanced codebase search using Mantic for finding files, understanding context, and analyzing code impact. Use this skill when searching for code, files, or understanding code relationships.

Codebase Search with Mantic

You have access to Mantic via the terminal with enhanced search features.


mantic "your query here"

Advanced Features

Zero-Query Mode (Context Detection):

mantic ""  # Shows modified files, suggestions, impact

Context Carryover (Session Mode):

mantic "query" --session "session-name"

Output Formats:

mantic "query" --json        # Full metadata
mantic "query" --files       # Paths only
mantic "query" --markdown    # Pretty output

Impact Analysis:

mantic "query" --impact  # Shows blast radius

File Type Filters:

mantic "query" --code     # Code files only
mantic "query" --test     # Test files only
mantic "query" --config   # Config files only

Search Quality Features

  • CamelCase detection: "ScriptController" finds script_controller.h
  • Exact filename matching: "download_manager.cc" returns exact file first
  • Path sequence: "blink renderer core dom" matches directory structure
  • Word boundaries: "script" won't match "javascript"
  • Directory boosting: "gpu" prioritizes files in gpu/ directories

Best Practices

Do NOT use grep/find blindly. Use Mantic first.

Mantic provides intelligent search with context awareness, making it superior to traditional grep/find commands for code exploration.

スコア

総合スコア

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

レビュー

💬

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