rinerebox1

8 mods across 1 repository, 0 stars between them.

commit-and-pr

01

rinerebox1/deno-gemini-grounding-mcp-server

Command Gemini CLI

A command that reviews current Git changes, creates a suitable branch, commits the changes, and opens a pull request on GitHub. It follows the project’s rules in GEMINI.md, a project instruction file.

0 1y ago A 0 tokens original MIT

ensure-quality

02

rinerebox1/deno-gemini-grounding-mcp-server

Command Gemini CLI

A command that runs a project’s formatting, linting, type-checking, and tests, then fixes problems and repeats the checks until they pass. Linting finds style and likely code issues, while type-checking checks that values are used with the expected types.

0 1y ago A 0 tokens original MIT

initialize-project

05

rinerebox1/deno-gemini-grounding-mcp-server

Command Gemini CLI

A command for preparing a template repository for a specific project. It updates the project instructions and dependencies and removes dummy tests, asking for a project overview first if one was not provided.

0 1y ago A 0 tokens original MIT

safe-refactor

06

rinerebox1/deno-gemini-grounding-mcp-server

Command Gemini CLI

A command for changing the internal structure of code while keeping its behavior and test coverage. Refactoring means improving code quality or maintainability without intentionally changing what the code does.

0 1y ago A 0 tokens original MIT

write-tests

07

rinerebox1/deno-gemini-grounding-mcp-server

Command Gemini CLI

A command for writing tests with test-driven development (TDD), a method where you write a failing test, add the smallest implementation that passes it, and then improve the code. It follows testing rules in GEMINI.md and includes unit, integration, and property-based testing examples.

0 1y ago A 0 tokens original MIT