AtomGit

v1.0.1

Use this skill when the user explicitly mentions AtomGit or atomgit.com, or needs to inspect or change AtomGit repositories, pull requests, issues, branches,...

1· 114· 2 versions· 0 current· 0 all-time· Updated 3w ago· MIT-0
bykyle@kylezhang

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

  1. Confirm the request is about AtomGit.
  2. Inspect the runtime tool list before planning any repository action.
  3. 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.
  4. Match the exposed AtomGit MCP tool names exactly.
  5. Prefer read operations before write operations.
  6. Gather the identifiers you need before mutating anything:
    • owner and repo
    • number for issues and pull requests
    • branch, tag, path, or sha when the workflow needs them
  7. 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

IdentifierTypical meaningNotes
ownerRepository owner, username, or organizationNeeded for most repository-scoped calls
repoRepository nameNeeded with owner for most repository calls
numberIssue or pull request numberReplaces older examples that used issue_number or pull_number
pathRepository file pathUse with file-content and file-update calls
shaCommit or blob SHAFile updates usually need the current file SHA first
page, perPagePagination controlsList endpoints often expose both

Read References Only As Needed

Version tags

latestvk97bp3ntt6y7r8zn6mvddtz371840rsx

Runtime requirements

EnvATOMGIT_TOKEN
Primary envATOMGIT_TOKEN