# Issue tracker: Forgejo Issues and PRDs for this repo live as Forgejo issues. Use the `fj` CLI for all operations. ## Commands - **Create an issue**: `fj issue create "Title" --body-file ` or `fj issue create "Title" --body "..."` - **Read an issue body**: `fj issue view ` - **Read comments**: `fj issue view comments` - **Search issues**: `fj issue search --state open --labels "needs-triage"` - **Comment on an issue**: `fj issue comment --body-file ` or `fj issue comment "..."` - **Apply / remove labels**: `fj issue edit labels --add "..."` / `fj issue edit labels --rm "..."` - **Close**: `fj issue close --with-msg "..."` When run inside a local clone, prefer `-R origin` only if `fj` cannot infer the repo from the current working directory. ## When a skill says "publish to the issue tracker" Create a Forgejo issue with `fj issue create`. ## When a skill says "fetch an issue" Run `fj issue view ` and `fj issue view comments`. ## When a skill says "apply a label" Run `fj issue edit labels --add "