Skip to content

Conversation

@ivangrynenko
Copy link
Owner

@ivangrynenko ivangrynenko commented Oct 24, 2025

Summary

  • bundle curated Cursor slash commands with the installer and expose --commands / --skip-commands CLI controls plus interactive prompts for home/project/both targets
  • sync installer file maps, version metadata, changelog, and guidance docs for the new release (v1.0.8)
  • expand test suite and helper scripts to validate command installation scenarios and ensure local bundles are used during test runs

Testing

  • .tests/run-tests.sh
  • .tests/run-all-tests.sh

@ivangrynenko ivangrynenko changed the title feat: Added slash command installation and tests Add slash command installation flow Oct 24, 2025
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @ivangrynenko, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request significantly enhances the Cursor rules installer by integrating the capability to install a comprehensive set of Cursor slash commands. This feature streamlines developer workflows by providing pre-configured prompts for common tasks, improving efficiency and consistency. The changes include updates to the core installer logic, new command-line options, and a thorough refresh of associated documentation and test coverage to ensure robust functionality.

Highlights

  • Slash Command Installation: Introduced a new feature allowing the installation of Cursor slash commands, providing ready-to-use prompts for the Cursor agent. Users can choose to install commands to their project directory, user home directory, or both, with interactive and non-interactive options.
  • Installer Options and Logic: Added new command-line options --commands and --skip-commands to control slash command installation. The installer now includes logic to detect command source directories (local, environment variable, or GitHub download) and handles recursive copying to the chosen destinations.
  • New Slash Commands: A suite of new slash commands has been added, covering various development tasks such as Behat DrevOps, Drupal linting, GitHub issue management, NPM audit fixes, PR assessment and resolution, security scanning, session summaries, and Speckit specification workflows.
  • Testing and Documentation Updates: Expanded the automated test suite to validate the new command installation options and their behavior across different targets. Project documentation, including AGENTS.md and CHANGELOG.md, has been updated to reflect these changes, and obsolete specification documents (docs/prd.md, docs/srs.md) have been removed.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a significant new feature: the ability to install curated Cursor slash commands. It adds new CLI options (--commands, --skip-commands) and interactive prompts to the installer, allowing users to install commands to their project, home directory, or both. The changes are well-supported by an expanded test suite that validates the new installation scenarios, including a clever way to test interactive prompts. Documentation has also been updated accordingly, with a new CHANGELOG.md and a more concise spec file. The implementation is robust, handling local command sources for testing and falling back to downloading from GitHub. I've found a few minor issues in the newly added command instruction files, such as a hardcoded local path and a potential typo, which I've commented on.

ivangrynenko and others added 3 commits October 24, 2025 21:30
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@ivangrynenko ivangrynenko merged commit 2c5b288 into main Oct 24, 2025
1 check passed
@ivangrynenko ivangrynenko deleted the feature/changelog-and-commands branch October 24, 2025 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants