What problem does it solve?
The steno Skill tackles the problem of repetitive and lengthy code review and testing prompts. It provides quick and concise ways to generate comprehensive and context-specific prompts, saving time and enhancing productivity for developers.
Core Features & Use Cases
- Concise Prompt Generation: Create short, memorable aliases that expand into full, contextually accurate prompts.
- File-based Prompt Creation: Splice file content into prompts to make them specific to the code at hand.
- Custom Aliases: Add personal shortcuts for common development tasks.
- Integration with LLMs: Run expanded prompts through Large Language Models for real-time review and feedback.
- Use Case: Instead of writing a full review prompt for a 50-line code snippet, use 'steno r <filename>' to get an immediate review-ready prompt.
Quick Start
Run steno r app.py to review the code in 'app.py' and automatically send the prompt to your chosen LLM for a detailed review.