# Issue tracker: Forgejo Issues for this repo live in Forgejo: `src.liamrohan.com/ldr/skills` Use the `fj` CLI for issue operations. Do not use `gh` for this repo. ## Commands - Create an issue: `fj issue create "Title" --body-file ` - Read an issue body: `fj issue view ` - Read comments: `fj issue view comments` - Search open issues: `fj issue search --state open` - Search by label: `fj issue search --state open --labels "needs-triage"` - Comment: `fj issue comment --body-file ` - Add a label: `fj issue edit labels --add "