From 1f786e3a530b59b0ab3ed4068d708bc130b3e613 Mon Sep 17 00:00:00 2001 From: Fahad Date: Thu, 12 Jun 2025 17:16:50 +0400 Subject: [PATCH 1/3] Removed deadlink --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 29ef0ee..063f9b3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,6 @@ and review into consideration to aid with its pre-commit review. - [Web Search Integration](#web-search-integration) - Smart search recommendations - [Collaborative Workflows](#collaborative-workflows) - Multi-tool patterns - [Tool Parameters](#tool-parameters) - Detailed parameter reference - - [Docker Architecture](#docker-architecture) - How Docker integration works - **Resources** - [Windows Setup](#windows-setup-guide) - WSL setup instructions for Windows From b95085dbb0566c3cc5b7fc60829c42e46f168aeb Mon Sep 17 00:00:00 2001 From: Fahad Date: Thu, 12 Jun 2025 17:28:04 +0400 Subject: [PATCH 2/3] Real prompt examples --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 063f9b3..185914e 100644 --- a/README.md +++ b/README.md @@ -393,8 +393,7 @@ Use zen and perform a thorough precommit ensuring there aren't any new regressio - **Web search capability**: When enabled with `use_websearch`, can look up framework documentation, design patterns, and best practices relevant to the code being analyzed ### 7. `get_version` - Server Information ``` -"Use gemini for its version" -"Get gemini to show server configuration" +"Get zen to show server configuration" ``` ## Tool Parameters @@ -470,20 +469,25 @@ All tools that work with files support **both individual files and entire direct ### Design → Review → Implement ``` -"Design a real-time collaborative editor. Use gemini to think deeper about edge cases and scalability. -Implement an improved version incorporating gemini's suggestions." +Think hard about designing and developing a fun calculator app in swift. Review your design plans with o3, taking in +their suggestions but keep the feature-set realistic and doable without adding bloat. Begin implementing and in between +implementation, get a codereview done by Gemini Pro and chat with Flash if you need to for creative directions. ``` ### Code → Review → Fix ``` -"Implement JWT authentication. Get gemini to do a security review. Fix any issues gemini identifies and -show me the secure implementation." +Implement a new screen where the locations taken from the database display on a map, with pins falling from +the top and landing with animation. Once done, codereview with gemini pro and o3 both and ask them to critique your +work. Fix medium to critical bugs / concerns / issues and show me the final product ``` -### Debug → Analyze → Solution +### Debug → Analyze → Solution → Precommit Check → Publish ``` -"Debug why our API crashes under load. Use gemini to analyze deeper with context from api/handlers/. Implement a -fix based on gemini's root cause analysis." +Take a look at these log files saved under subfolder/diagnostics.log there's a bug where the user says the app +crashes at launch. Think hard and go over each line, tallying it with corresponding code within the project. After +you've performed initial investigation, ask gemini pro to analyze the log files and the related code where you +suspect lies the bug and then formulate and implement a bare minimal fix. Must not regress. Perform a precommit +with zen in the end using gemini pro to confirm we're okay to publish the fix ``` ### Tool Selection Guidance From cabaed2cee04f1459e984b516a43549da00258af Mon Sep 17 00:00:00 2001 From: Fahad Date: Thu, 12 Jun 2025 17:28:46 +0400 Subject: [PATCH 3/3] Fixed prompt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 185914e..c1bf0e9 100644 --- a/README.md +++ b/README.md @@ -393,7 +393,7 @@ Use zen and perform a thorough precommit ensuring there aren't any new regressio - **Web search capability**: When enabled with `use_websearch`, can look up framework documentation, design patterns, and best practices relevant to the code being analyzed ### 7. `get_version` - Server Information ``` -"Get zen to show server configuration" +"Get zen to show its version" ``` ## Tool Parameters