ohah

32 mods across 2 repositories, 11 stars between them.

commit

25

ohah/electron-mcp-server

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.

4 5mo ago A 0 tokens original MIT

copilot-review

26

ohah/electron-mcp-server

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.

4 5mo ago A 0 tokens original MIT

init-pr

27

ohah/electron-mcp-server

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.

4 5mo ago A 0 tokens original MIT

pr

28

ohah/electron-mcp-server

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.

4 5mo ago A 0 tokens original MIT

review-apply

29

ohah/electron-mcp-server

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.

4 5mo ago A 0 tokens original MIT

review

30

ohah/electron-mcp-server

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.

4 5mo ago A 0 tokens original MIT

architecture-rules

31

ohah/electron-mcp-server

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.

4 5mo ago A 20 tokens original MIT

commit-rules

32

ohah/electron-mcp-server

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.

4 5mo ago A 597 tokens original MIT