
test-skill
by d-oit
🚀 Intelligent command verification system for documentation with git diff-based cache invalidation. Zero-token operation, cross-platform CLI tool that discovers and validates commands in markdown files with 90%+ cache hit rates. Built for modern JavaScript/Node.js projects with comprehensive testing and self-learning capabilities.
SKILL.md
name: test-skill version: "0.1.0" description: A simple test skill that analyzes code files and provides a summary report. Use when asked to analyze code structure, count files, or provide project statistics. Demonstrates Claude Code skill functionality. author: "Claude Code" categories: ["analysis", "demonstration", "testing"] keywords: ["analysis", "code", "summary", "statistics", "testing", "demonstration"] allowed-tools: Read,Glob
Test Skill
Overview
This is a simple demonstration skill that analyzes the project structure and provides basic statistics. It's designed to test Claude Code's skill invocation system.
When to Use
Invoke this skill when the user asks to:
- "Analyze the code structure"
- "Give me project statistics"
- "Count the files in this project"
- "Show me a code summary"
- "Use the test skill"
Instructions
When this skill is invoked:
-
Count Files
- Use Glob to find all code files:
**/*.{js,ts,py,rs,go,java} - Use Glob to find all markdown files:
**/*.md - Count the results
- Use Glob to find all code files:
-
Analyze Structure
- List the top-level directories (excluding node_modules, .git, dist, build)
- Note any configuration files found
-
Generate Report
- Present findings in a clear, structured format
- Include:
- Total code files by extension
- Total markdown files
- Top-level directories
- Key configuration files detected
-
Add Skill Marker
- At the end of the report, add: "✓ Generated by test-skill"
- This confirms the skill was properly invoked
Example Output
Code Analysis Report
====================
Code Files:
- JavaScript/TypeScript: 15 files
- Python: 3 files
- Rust: 0 files
Documentation:
- Markdown files: 8 files
Project Structure:
- src/
- test/
- docs/
- .claude/
Configuration:
- package.json
- tsconfig.json
- .gitignore
✓ Generated by test-skill
Safety
This skill only reads files and directories - it never modifies anything. All operations are safe.
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon


