[nixos-configs-vru] Add skill for responding to Gitea PR review comments #18

Merged
johno merged 1 commits from bead/nixos-configs-vru into main 2026-01-10 13:22:39 -08:00
Owner

Summary

Adds a new Claude Code skill (gitea_pr_review.md) that enables reading and responding to PR review comments on Gitea/Forgejo instances.

Bead Reference

Implements bead: nixos-configs-vru

Changes

  • Added new skill file: home/roles/development/skills/gitea_pr_review.md
  • Documents REST API endpoints for reading reviews and comments
  • Provides workarounds for the thread reply limitation (web endpoint vs top-level comments)
  • Includes workflow examples for common review response scenarios
  • Covers authentication using tea CLI config

Acceptance Criteria

  • Skill can read PR review comments given a PR number
  • Skill can post inline replies to specific review comment threads (documents web endpoint method + fallback)
  • Works with Gitea/Forgejo instances (git.johnogle.info)
  • Handles authentication securely (uses tea config credentials)

Notes

The Gitea REST API does not natively support replying to review comment threads. This skill documents:

  1. The web endpoint method (requires session auth)
  2. A fallback approach using top-level comments with context
## Summary Adds a new Claude Code skill (`gitea_pr_review.md`) that enables reading and responding to PR review comments on Gitea/Forgejo instances. ## Bead Reference Implements bead: nixos-configs-vru ## Changes - Added new skill file: `home/roles/development/skills/gitea_pr_review.md` - Documents REST API endpoints for reading reviews and comments - Provides workarounds for the thread reply limitation (web endpoint vs top-level comments) - Includes workflow examples for common review response scenarios - Covers authentication using tea CLI config ## Acceptance Criteria - [x] Skill can read PR review comments given a PR number - [x] Skill can post inline replies to specific review comment threads (documents web endpoint method + fallback) - [x] Works with Gitea/Forgejo instances (git.johnogle.info) - [x] Handles authentication securely (uses tea config credentials) ## Notes The Gitea REST API does not natively support replying to review comment threads. This skill documents: 1. The web endpoint method (requires session auth) 2. A fallback approach using top-level comments with context
johno added 1 commit 2026-01-10 13:09:36 -08:00
Adds a new Claude Code skill that enables reading PR review comments and
posting replies on Gitea/Forgejo instances. Documents both the REST API
approach for reading reviews and the web endpoint approach for thread
replies, with fallback to top-level comments when thread replies aren't
possible due to authentication limitations.

Implements bead: nixos-configs-vru
johno merged commit 4eec701729 into main 2026-01-10 13:22:39 -08:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: johno/nixos-configs#18