GitHub · Capability
github-repos-api — Commit Comments
github-repos-api — Commit Comments. 8 operations. Lead operation: GitHub Get Commit Comment. Self-contained Naftiko capability covering one Github business surface.
What You Can Do
GET
Getcommitcomment
— GitHub Get Commit Comment
/v1/repos/{owner}/{repo}/comments/{comment-id}
PATCH
Updatecommitcomment
— GitHub Update Commit Comment
/v1/repos/{owner}/{repo}/comments/{comment-id}
DELETE
Deletecommitcomment
— GitHub Delete Commit Comment
/v1/repos/{owner}/{repo}/comments/{comment-id}
GET
Listreactionsforcommitcomment
— GitHub List Reactions for Commit Comment
/v1/repos/{owner}/{repo}/comments/{comment-id}/reactions
POST
Createreactionforcommitcomment
— GitHub Create Reaction for Commit Comment
/v1/repos/{owner}/{repo}/comments/{comment-id}/reactions
DELETE
Deletecommitcommentreaction
— GitHub Delete Commit Comment Reaction
/v1/repos/{owner}/{repo}/comments/{comment-id}/reactions/{reaction-id}
GET
Listcommitcomments
— GitHub List Commit Comments
/v1/repos/{owner}/{repo}/commits/{commit-sha}/comments
POST
Createcommitcomment
— GitHub Create Commit Comment
/v1/repos/{owner}/{repo}/commits/{commit-sha}/comments
MCP Tools
github-get-commit-comment
GitHub Get Commit Comment
read-only
idempotent
github-update-commit-comment
GitHub Update Commit Comment
idempotent
github-delete-commit-comment
GitHub Delete Commit Comment
idempotent
github-list-reactions-commit-comment
GitHub List Reactions for Commit Comment
read-only
idempotent
github-create-reaction-commit-comment
GitHub Create Reaction for Commit Comment
github-delete-commit-comment-reaction
GitHub Delete Commit Comment Reaction
idempotent
github-list-commit-comments
GitHub List Commit Comments
read-only
idempotent
github-create-commit-comment
GitHub Create Commit Comment