steno

Expand brief aliases into comprehensive code review and testing prompts.

6|1|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/JGalego/Bag-of-Tricks --skill steno-jgalego
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: steno
Source: https://github.com/JGalego/Bag-of-Tricks/tree/main/steno
Command: npx skills add https://github.com/JGalego/Bag-of-Tricks --skill steno-jgalego

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about steno

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate comprehensive code review prompts without typing them out manually?

Code review prompts are generated by expanding brief alias commands into comprehensive, context-specific instructions. The steno Skill splices file content directly into the prompt, creating review-ready output for LLMs without manual typing.

What is the best way to automate prompt generation for Python testing and development tasks?

Automated prompt generation for Python testing uses concise custom aliases that expand into detailed development prompts. These expanded prompts integrate directly with LLM APIs to provide immediate, context-specific testing feedback.

Does prompt expansion for code review require a specific Python environment?

Yes, prompt expansion for code review requires a Python environment and API access to your selected LLM provider. The steno Skill operates within programming environments to enhance the efficiency and accuracy of LLM interactions.

Can I use custom aliases to splice file content into LLM prompts?

Yes, custom aliases can splice file content directly into LLM prompts. The steno Skill supports adding personal shortcuts for common development tasks, automatically injecting file-specific context into the expanded prompts.

How do I run an expanded prompt through an LLM for a detailed code review?

To run an expanded prompt through an LLM, execute a command like 'steno r <filename>'. This expands the alias, splices the file content into the prompt, and sends it to your chosen LLM for detailed code review feedback.

What are the limitations of using brief aliases for prompt generation in development?

The limitation of brief alias prompt generation is its strict dependency on a Python environment and external LLM API access. Without these prerequisites configured, the aliases cannot expand or generate the necessary review and testing prompts.