Profile Test Skill
A test skill used for verifying the waza tokens profile command.
Activation Triggers
Use this skill when:
- Running profile analysis tests
- Verifying section counting
- Checking code block detection
Workflow
- Parse the file - Read SKILL.md and extract frontmatter
- Analyze structure - Count sections, code blocks, steps
- Generate summary - Produce one-line profile output
- Check warnings - Flag potential issues
Code Examples
Example 1: Basic Usage
bashwaza tokens profile my-skill
Example 2: JSON Output
json{ "name": "my-skill", "tokens": 500, "sections": 5 }
Example 3: Table Output
File Tokens Sections ------------------------------- SKILL.md 500 5
Configuration
Set up your skill with proper frontmatter:
yamlname: my-skill description: A useful skill
Guidelines
- Keep token count under 2500
- Include workflow steps
- Use clear section headings

