← スキル一覧に戻る

search-analyze-report-template
by djankies
⭐ 0🍴 0📅 2025年11月25日
SKILL.md
name: search-analyze-report-template description: [REPLACE] Search for patterns, analyze findings, generate structured reports. Use when [REPLACE with specific triggers]. allowed-tools: Grep, Glob, Read, TodoWrite
Search-Analyze-Report Template
Purpose
This template demonstrates the Search → Analyze → Report workflow pattern for skills that systematically examine codebases and provide structured findings.
Use this template when:
- Skill searches codebase for specific patterns
- Analysis categorizes or prioritizes findings
- Output is a structured report with recommendations
Workflow
Phase 1: Search
Phase 2: Analyze
Phase 3: Report
Progressive Disclosure
Core workflow (this file):
- Search → Analyze → Report phases
- High-level guidance
Detailed guidance (references/):
- @references/security-analysis-example.md - Complete security audit example
- Domain-specific patterns loaded when needed
Example Usage
<search>
Found 15 SQL injection vulnerabilities
Found 8 XSS vulnerabilities
Found 3 CSRF issues
</search>
<analyze>
Critical: 5 issues (immediate data exposure)
High: 12 issues (potential exploitation)
Medium: 9 issues (defense-in-depth)
</analyze>
<report>
## Critical Issues
1. Direct SQL concatenation at src/db.ts:45
- Recommendation: Use parameterized queries
## High Priority Issues
...
</report>
See Also
- @references/security-analysis-example.md - Full workflow demonstration
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です