← スキル一覧に戻る

btr-query
by beetz12
⭐ 0🍴 0📅 2026年1月15日
SKILL.md
name: btr-query description: Search LOCAL BTR context tree (NOT ByteRover/brv). Use when the user asks "how did we implement", "what's our pattern for", "find context about", "query BTR", "search BTR", "find in BTR", or needs project-specific knowledge. allowed-tools: Read, Grep, Glob, Bash
BTR Query
⚠️ CRITICAL: BTR ≠ ByteRover
This skill uses btr (local context tree), NOT brv (ByteRover CLI).
| Command | Tool | Syntax |
|---|---|---|
| ✓ CORRECT | btr | btr query "search term" / btr list / btr stats |
| ✗ WRONG | brv | Different tool, different syntax, requires auth |
PREFER MCP tools when available:
mcp__btr__query_context- For searchingmcp__btr__list_contexts- For browsingmcp__btr__get_stats- For statistics
Only use Bash btr commands if MCP tools are unavailable.
Find and retrieve relevant context using intelligent search.
Quick Start
btr query "<natural language query>" [--domain <domain>] [--limit <n>]
Instructions
- Understand the user's information need
- Formulate a natural language query
- Optionally filter by domain for more focused results
- Run the CLI command
- Present results with relevance context
- Offer to retrieve full content if summary shown
Examples
Find authentication patterns
btr query "how do we handle JWT authentication"
Search within a specific domain
btr query "rate limiting implementation" --domain api
Get more results
btr query "error handling" --limit 10
For advanced query patterns, see advanced-queries.md.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です