enhance_prompt
Transform simple prompts into detailed, structured prompts with AI-powered codebase context enhancement for development workflows.
Instructions
Transform a simple prompt into a detailed, structured prompt with codebase context using AI-powered enhancement.
This tool follows Augment's Prompt Enhancer pattern:
Uses Augment's LLM API (searchAndAsk) for intelligent prompt rewriting
Produces natural language enhancement with codebase context
Requires network access and authentication (auggie login)
Example: Input: { prompt: "fix the login bug" } Output: "Debug and fix the user authentication issue in the login flow. Specifically, investigate the login function in src/auth/login.ts which handles JWT token validation and session management..."
The tool automatically searches for relevant code context and uses AI to rewrite your prompt with specific file references and actionable details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The simple prompt to enhance (e.g., "fix the login bug") |