commit
01Command Cursor
A commit command with project-specific rules for branch creation, message format, checks, and post-commit notes.
Command Cursor
A commit command with project-specific rules for branch creation, message format, checks, and post-commit notes.
Command Cursor
A command for reviewing GitHub Copilot comments on a branch or pull request, then applying the accepted code changes.
Command Cursor
A repository-specific command for pushing changes and creating pull requests on GitHub, a code-hosting service, with the ohah account.
Command Cursor
A command for creating a GitHub issue, a tracked request for a bug, feature, or other project work.
Command Cursor
A command for creating or updating a GitHub pull request, which proposes code changes for review and merging.
Command Cursor
A release command for publishing an npm package, a reusable JavaScript package, and creating its GitHub release notes.
Command Cursor
A command that finds suggestion blocks in review comments on the current GitHub pull request and applies them to local files. A pull request is a proposed code change submitted for review.
Command Cursor
A command that reviews the current GitHub pull request and posts a Korean summary plus selected inline code suggestions.
Command Cursor
A command that updates Cursor's MCP server configuration to use the user's installed mise executable. MCP is a way for tools to connect an agent to external services.
Cursor rule Cursor
A set of rules for making coding-agent changes carefully, simply, and only where needed.
Cursor rule Cursor
A set of rules for writing Korean commit messages and checking code before and after a commit.
Cursor rule Cursor
A set of rules for writing descriptions of MCP tools, which let AI systems call functions. It also covers the descriptions shown for tool parameters.
Cursor rule Cursor
A rule that forbids adding MCP-specific code or changing the app, Babel, or MCP setup during demo and test testing.
Skill Claude CodeCodexCursor
A 32-step procedure for testing every feature of a React Native MCP server against its demo app. React Native is a framework for building mobile apps with JavaScript.
Skill Claude CodeCodexCursor
A tool for running JavaScript inside a connected React Native app, which is a mobile app built with JavaScript and React.
Skill Claude CodeCodexCursor
A small diagnostic check for a connection between an app and Metro's Chrome DevTools Protocol debugging target. It reports whether the connection is active and whether recent console or network events arrived.
Skill Claude CodeCodexCursor
Use when calling MCP takescreenshot or capturing device/simulator screen without app code.
Skill Claude CodeCodexCursor
Use when calling MCP takesnapshot or exploring RN component tree (Fiber) by type/uid.
Skill Claude CodeCodexCursor
A tool for running JavaScript inside a registered app WebView, which is an in-app browser panel, and receiving the result.
MCP server Claude CodeCodexCursor +2
MCP server for React Native app automation and monitoring. Runs locally from the @ohah/react-native-mcp-server npm package.
Cursor rule Cursor
A set of Korean-language architecture rules for organizing the source code of an Electron MCP server, a tool that connects agents to Electron applications.
Cursor rule Cursor
A troubleshooting guide for installing and connecting an Electron MCP server in a Bun monorepo, a project that stores several related packages together.
Cursor rule Cursor
Development rules for building Electron-based MCP servers, including their tools, data resources, reusable prompts, and communication methods.
Cursor rule Cursor
A set of rules for reviewing pull requests, which are proposed code changes shared for review. It covers scope, code quality, errors, security, performance, edge cases, and tests.