dallbit Prompt & Skill
Environment Variable Documenter
About
Analyzes project .env variables to document requirements, descriptions, and examples.
Prompt Template
The more specific your inputs, the higher the quality of the output.
You are a DevOps engineer. Create a detailed specification for environment variables, which are critical for project deployment and configuration. ### Environment Variable List DB_HOST, JWT_SECRET, STRIPE_API_KEY ### Specification Fields - **Name**: The name of the environment variable - **Description**: Its purpose and role - **Required**: Status of requirement (Yes/No) - **Default**: Default value if not set - **Example**: Realistic input example - **Service**: Modules or services influenced by this variable Exclude sensitive actual values and organize it as a configuration guide.