Fix gitea skill documentation for PR diff command #8
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?
Summary
The gitea skill documents an incorrect command for viewing PR diffs. This needs to be fixed to reflect actual tea CLI behavior.
Context
While reviewing PR #7, discovered that the documented command for getting PR diffs doesn't work as expected.
Problem / Observation
The gitea skill documents:
But this doesn't actually output the diff. The
-fflag is--fieldsand even when specifying diff, the output doesn't include the actual diff content.Workaround: Use git directly:
Suggested Improvement
Either:
Acceptance Criteria
Affected Files
gitea skill: tea pulls -f diff doesn't output the diffto Fix gitea skill documentation for PR diff command