Skip to content

Instantly share code, notes, and snippets.

@jeriley
Last active November 21, 2025 14:11
Show Gist options
  • Select an option

  • Save jeriley/acd80907e256a500b9837eee85820204 to your computer and use it in GitHub Desktop.

Select an option

Save jeriley/acd80907e256a500b9837eee85820204 to your computer and use it in GitHub Desktop.
AI Prompts

Report generation

Prompt : In the spirit of corporate "need" for reports and "status" updates (ya know, instead of talking to people and knowing what's going on) -- we have to create our monthly report. Using this file for the instructions, generate this report.

This is what you have trained for. Make us proud.


Instructions:

Run the following git command on each repo under this directory, using this as an example.

git -C /c/project log --oneline --since="2025-08-01" --until="2025-08-31"

Use the previous month.

If no changes happened during that period of time, ignore it and exclude it from the report.

Generate a Business Beige Report

If git is present, treat each directory as its own project.

Limit this report to 5 items total. Judge the best ones and prioritize those.

Include the project name in the heading.

If multiple items were from the same project, consolidate them into the same heading.

Ignore <folders you don't want>

Make us look good. #1 rule, make us look good. Because we are. We are awesome.

Save this file to Report.MD to the same directory you found this file.

Open the file in vscode upon completion for review.

The Gemini CLI has been updated. I need to know what's new in the latest version.

Do not use pre-releases. NO PRE RELEASES, only official releases. Ask me what version I was on first.

  1. Fetch all version information from the npm registry for the @google/gemini-cli package.
  2. Filter out any releases that are marked as "prerelease" (e.g., "nightly", "preview", "rc") to identify the official releases.
  3. From the official releases, identify the most recent one.
  4. Scan from https://api.github.com/repos/google-gemini/gemini-cli/releases
  5. Fetch the commit history between the user's version and the latest official version from the GitHub repository (https://github.com/google-gemini/gemini-cli). A good way to do this is to use the 'compare' view (e.g., https://github.com/google-gemini/gemini-cli/compare/v{USER_VERSION}...v{LATEST_VERSION}).
  6. Analyze the commit messages from the comparison.
  7. Provide a summary of the key new features and improvements.
  8. Then, provide a direct, no-fluff summary of the most noteworthy changes for a technical audience. Focus on the "so what" for a developer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment