Commit And Pr
by isaac-sim · documents · go, bash, git, skill
Creates Arena-conformant commits and pull requests. Enforces DCO sign-off (git commit -s), no AI attribution lines (no Co-Authored-By, no Generated-with-Claude footers), <username>/<type>/<short-description> branch naming, separate new commits rather than --amend when iterating on PR feedback, and main as the default base branch. Use when the user asks to commit, stage changes, push the current branch, open a pull request, make a PR, submit changes, or mark work as ready to merge.
Source: https://github.com/isaac-sim/IsaacLab-Arena
Install
git clone https://github.com/isaac-sim/IsaacLab-ArenaTags: go, bash, git, skill
⭐ 423 GitHub stars · Source: skillsdirectory
About documents MCP servers and Claude skills
documents MCP servers extend what AI agents can do inside Claude Code, Cursor, Copilot, Codex, and Windsurf. The Skiln directory indexes 16,000+ such integrations across 22 categories.
Commit And Pr is one of hundreds of documents entries indexed on Skiln. Browse the full documents category or the complete directory of Claude skills, MCP servers, agents, commands, and hooks.
Related documents MCPs and skills
- academic-deai-zh by zh4men9
当用户希望在不改变技术含义、引文关系、证据力度和学术语气的前提下,降低中文学术写作中的 AI 痕迹时使用。适用于中文论文摘要、引言、相关工作、方法、实验结果、讨论结论、投稿附信和回复信。默认使用“平衡”论断档位,限制高风险改动,并透明报告已改高风险项、跳过的高风险项和未修改但可疑的残留。
- Audit Docs Delegation by melodic-software
Audit skills and memory files for docs-management delegation compliance. Detects hardcoded Claude Code data and verifies proper delegation patterns.
- Update Settings Schema by melodic-software
Update the custom Claude Code settings JSON schema with changelog-discovered and web-verified settings.
- Lint Md by melodic-software
Run markdown linting validation on files using markdownlint-cli2
- Nullable Audit by melodic-software
Analyze nullable reference type adoption with warnings breakdown and migration recommendations
- Specify by melodic-software
Create formal specification for a component or behavior using TLA+, SysML, or state machines. Use for safety-critical systems.
- Releasepr by compozy
Guides adoption and day-to-day use of the pr-release CLI in a consuming GitHub repository: installing the binary, wiring the release GitHub Actions workflow, authoring .pr-release.yaml, following conventional commits for semantic versioning, adding custom release notes with add-note, validating with dry-run, and understanding the release-PR then merge then production-release lifecycle. Use when a project depends on compozy/releasepr (pr-release) and needs to configure, run, or troubleshoot it...
- Improving Drf Endpoints by PostHog
Use when editing, reviewing, or auditing DRF viewsets and serializers in PostHog. Triggers on files in posthog/api/, products/*/backend/api/, products/*/backend/presentation/, or any file importing rest_framework. Covers field typing, schema annotations, enum collision fixes, and OpenAPI spec quality — everything that flows downstream into generated TypeScript types and MCP tools.
Frequently asked questions
How do I install Commit And Pr?
Add the install command above to your Claude Code, Cursor, or Windsurf MCP configuration. Most servers register via npx, a local command, or a Docker image. Refer to the source repository for environment variables and credential requirements.
Which clients support Commit And Pr?
Any MCP-compatible client works: Claude Desktop, Claude Code CLI, Cursor, Windsurf, Zed, and VS Code with the official MCP extension. OpenAI Codex and GitHub Copilot increasingly support MCP via adapter bridges.
Is Commit And Pr free?
The server itself is typically open source. Any upstream service (API keys, paid tiers, hosted infrastructure) may have its own pricing. Check the source repository for details.