AtomGit
Use this skill only for AtomGit work. If the user only says "repo", "PR", "issue", "branch", or "tag" without saying AtomGit, do not assume this skill applies; confirm the platform first.
Start Here
- Confirm the request is about AtomGit.
- Inspect the runtime tool list before planning any repository action.
- If AtomGit tools are not exposed yet, stop the workflow and follow references/setup-and-safety.md to connect an AtomGit MCP server manually using the official server docs. Do not install packages or request secrets automatically inside the task.
- Match the exposed AtomGit MCP tool names exactly.
- Prefer read operations before write operations.
- Gather the identifiers you need before mutating anything:
ownerandreponumberfor issues and pull requestsbranch,tag,path, orshawhen the workflow needs them
- Confirm destructive or org-wide changes before executing them.
AtomGit MCP must be installed and configured outside this skill before the first AtomGit task. Do not wait until after a business request fails if the tool list already shows the server is missing, and do not ask users to paste tokens into chat.
Tool Naming
This skill uses canonical AtomGit MCP method names such as atomgit_get_repository.
Some runtimes add extra namespace wrappers around MCP tools. Always use the exact tool name exposed by the current runtime instead of assuming a prefix format from an example.
Common Identifiers
| Identifier | Typical meaning | Notes |
|---|---|---|
owner | Repository owner, username, or organization | Needed for most repository-scoped calls |
repo | Repository name | Needed with owner for most repository calls |
number | Issue or pull request number | Replaces older examples that used issue_number or pull_number |
path | Repository file path | Use with file-content and file-update calls |
sha | Commit or blob SHA | File updates usually need the current file SHA first |
page, perPage | Pagination controls | List endpoints often expose both |
Read References Only As Needed
- Setup, authentication, permissions, and safety: references/setup-and-safety.md
- Repositories: references/repositories.md
- Pull requests: references/pull-requests.md
- Issues: references/issues.md
- Branches: references/branches.md
- Commits: references/commits.md
- Releases: references/releases.md
- Tags: references/tags.md
- Labels: references/labels.md
- Milestones: references/milestones.md
- Users: references/users.md
- Organizations: references/organizations.md
- Enterprises: references/enterprises.md
- Kanban: references/kanban.md
- Webhooks: references/webhooks.md
- Search: references/search.md
- Members and permissions: references/members.md
- AIHub: references/aihub.md