diff options
| author | Alexander Parshakov <[email protected]> | 2025-07-28 16:54:09 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-28 15:54:09 +0000 |
| commit | f7e559223d5ca4e2f7180c4b765c51300a56820b (patch) | |
| tree | 4358d287654bc28a2bf71d5468c07c6b1cd20cb9 | |
| parent | 0170791800183b81e2afc98f8fb2368219bfb3e3 (diff) | |
docs: Add more examples to Popular tasks (#4979)
Co-authored-by: Bryan Morgan <[email protected]>
| -rw-r--r-- | README.md | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -142,6 +142,34 @@ Start by `cd`ing into an existing or newly-cloned repository and running `gemini > What security mechanisms are in place? ``` +```text +> Provide a step-by-step dev onboarding doc for developers new to the codebase. +``` + +```text +> Summarize this codebase and highlight the most interesting patterns or techniques I could learn from. +``` + +```text +> Identify potential areas for improvement or refactoring in this codebase, highlighting parts that appear fragile, complex, or hard to maintain. +``` + +```text +> Which parts of this codebase might be challenging to scale or debug? +``` + +```text +> Generate a README section for the [module name] module explaining what it does and how to use it. +``` + +```text +> What kind of error handling and logging strategies does the project use? +``` + +```text +> Which tools, libraries, and dependencies are used in this project? +``` + ### Work with your existing code ```text |
