gitea skill: Add tea comment command documentation #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
During code review of PR #3, the code-reviewer agent tried to use
tea pulls review --commentwhich doesn't exist.Problem / Observation
The gitea skill documents
tea pulls reviewas "Interactive review" but doesn't document how to programmatically add comments to issues/PRs.The correct command is:
The agent incorrectly tried:
Suggested Improvement
Add a "Comments" section to the gitea skill: