# Issue Comments

> Add, list, and edit comments on Gitea/Forgejo issues.

- Skill: `deevus/issue-comments` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add deevus/issue-comments`
- Raw SKILL.md: https://api.skillmd.com/api/skills/deevus/issue-comments/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: deevus (https://skillmd.com/u/deevus)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/deevus/issue-comments

---


# Issue Comments

## Add Comment

```bash
tea comment 42 "This is a comment"
```

## List Comments

```bash
tea issues 42 --comments
```

## Edit Comment

The tea CLI can't edit comments. For the bundled action, see `actions/issues/README.md`.

When resolving `actions/...` paths, use the `actions/` directory bundled relative to this skill directory.


Pass explicit scope flags (`--login`, `--remote`, or `--repo`) to bundled actions when the user names a login, remote, backend, or repository. Otherwise, bundled actions use active-host-first discovery.

The comment ID can be found in the JSON output of `tea issues <num> --comments` or via Forgejo/Gitea UI/API details.

