Skip to content

Commit 203b444

Browse files
committed
investigated toml parsing
1 parent fdcad30 commit 203b444

2 files changed

Lines changed: 26 additions & 2 deletions

File tree

commands/prompts/improve.toml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,28 @@ Analyze and improve the following prompt:
4848
- Are examples provided?
4949
- Is the level of detail clear?
5050
51-
**
51+
**Improvements:**
52+
- Define clear output structure
53+
- Provide examples of good output
54+
- Specify level of detail needed
55+
56+
## Output Format
57+
58+
Provide the improved prompt with:
59+
60+
1. **Original Prompt**: The input prompt
61+
2. **Issues Identified**: List of problems found
62+
3. **Improved Version**: The enhanced prompt
63+
4. **Explanation**: Why the changes improve it
64+
5. **Example Usage**: How the improved prompt performs
65+
66+
## Additional Tips
67+
68+
- Be specific about the AI's role
69+
- Include context and constraints
70+
- Use clear, actionable language
71+
- Provide examples when helpful
72+
- Specify output format explicitly
73+
74+
Generate a comprehensive prompt improvement analysis.
75+
"""

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "gemini-cli-prompt-library",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"contextFileName": "GEMINI.md"
55
}

0 commit comments

Comments
 (0)