commit
25Command Cursor
A set of rules for creating Git commits, which are saved records of code changes. It defines commit message format, language, review steps, and required checks before and after committing.
Command Cursor
A set of rules for creating Git commits, which are saved records of code changes. It defines commit message format, language, review steps, and required checks before and after committing.
Command Cursor
A command for reviewing GitHub Copilot feedback on a branch or pull request, which is a proposed set of code changes for review. It applies suitable suggestions to the code and checks the result.
Command Cursor
A repository-specific setup command for using the ohah GitHub account to push code and work with pull requests. GitHub accounts and SSH keys control which identity is used for these operations.
Command Cursor
A command that creates or updates a GitHub pull request for the current branch. A pull request is a request to merge one branch's changes into another branch.
Command Cursor
A command that finds suggestion blocks in review comments on the current GitHub pull request and applies selected suggestions to local files. A pull request is a proposed code change submitted for review.
Command Cursor
A command that reviews the current branch's GitHub pull request with AI and posts a summary plus line-specific comments. A pull request is a proposed code change submitted for review.
Cursor rule Cursor
A code-organization rule for an MCP server: put each tool and shared logic under a tools directory, with larger parts split into subfolders. An MCP server lets an AI agent call defined tools.
Cursor rule Cursor
A set of project rules for writing Git commit messages and checking code before a commit. The rules are written in Korean and require a specific message format, Korean subjects, and project-specific formatting and lint commands.