shell-testing-framework
Shell script testing expertise using bash test framework patterns from unix-goto, covering test structure (arrange-act-assert), 4 test categories, assertion patterns, 100% coverage requirements, and performance testing
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install manutej/luxor-claude-marketplace/shell-testing-frameworkskilz install manutej/luxor-claude-marketplace/shell-testing-framework --agent opencodeskilz install manutej/luxor-claude-marketplace/shell-testing-framework --agent codexskilz install manutej/luxor-claude-marketplace/shell-testing-framework --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/manutej/luxor-claude-marketplacecp -r luxor-claude-marketplace/plugins/luxor-testing-essentials/skills/shell-testing-framework ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
pytest-config
by athola
Standardized pytest configuration patterns for plugin development. Reducesduplication across parseltongue, pensive, sanctum, and other plugins.Trig...
markdownlint-custom-rules
by TheBushidoCollective
Create custom linting rules for markdownlint including rule structure, parser integration, error reporting, and automatic fixing.
feature-dev
by secondsky
Automate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architect...
webapp-testing
by anthropics
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior,...
Agentic Skill Details
- Repository
- luxor-claude-marketplace
- Stars
- 10
- Forks
- 3
- Type
- Technical
- Meta-Domain
- development
- Primary Domain
- testing
- Market Score
- 68
Agent Skill Grade
D Score: 68/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Description needs trigger phrases
- Monolithic structure violates PDA
- Code examples should be external
Recommendations
- Focus on improving Pda (currently 12/30)
- Focus on improving Writing Style (currently 5/10)
- Address 2 high-severity issues first
Graded: 2026-01-05
Developer Feedback
I took a look at your shell-testing-framework skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 68/100, which puts you in D territory. The skill has solid bones—your Ease of Use is strong at 19/25, and your examples are genuinely helpful. But Progressive Disclosure Architecture is dragging you down hard at 12/30, and the Writing Style needs some cleanup at 5/10. This is based on Anthropic's best practices for agentic skills.
What's Working Well
- Comprehensive examples - Your test suite walkthrough for cache operations is detailed and practical. Developers can actually see how to structure tests.
- Clear metadata and triggers - "bash test", "shell script testing", "test coverage" are solid trigger terms that users will actually search for.
- Organized structure - Section headers with visual separators make it easy to navigate. The four test categories (unit, integration, edge cases, performance) are well-defined.
- Practical patterns - The arrange-act-assert pattern is explained concretely, not abstractly.
The Big One: Monolithic File Architecture
Here's what's killing your PDA score: your entire skill is crammed into a single 1335-line SKILL.md with zero reference files. This wastes tokens and violates progressive disclosure principles. Users don't need the full cache test suite example loaded every time they ask a question.
The fix: Create a references/ directory with external files:
references/test-patterns.md- The assertion library and AAA pattern detailsreferences/examples/cache-tests.sh- Move the full cache test suite here- `references/p...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.