← スキル䞀芧に戻る
d-oit

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.

⭐ 1🍎 0📅 2025幎11月24日
GitHubで芋るManusで実行

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:

  1. 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
  2. Analyze Structure

    • List the top-level directories (excluding node_modules, .git, dist, build)
    • Note any configuration files found
  3. 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
  4. 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.

スコア

総合スコア

75/100

リポゞトリの品質指暙に基づく評䟡

✓SKILL.md

SKILL.mdファむルが含たれおいる

+20
✓LICENSE

ラむセンスが蚭定されおいる

+10
✓説明文

100文字以䞊の説明がある

+10
○人気

GitHub Stars 100以䞊

0/15
○最近の掻動

3ヶ月以内に曎新がある

0/10
○フォヌク

10回以䞊フォヌクされおいる

0/5
✓Issue管理

オヌプンIssueが50未満

+5
✓蚀語

プログラミング蚀語が蚭定されおいる

+5
✓タグ

1぀以䞊のタグが蚭定されおいる

+5

レビュヌ

💬

レビュヌ機胜は近日公開予定です