Issues — Triage
$ gh issue list --state open --limit 50
$ gh issue edit 142 --add-label "bug,critical"
$ gh issue edit 136 --add-label "duplicate"
$ gh issue comment 136 --body "Duplicado de #129"
$ gh issue close 136
PRs — Estado y merge
$ gh pr list --state open --json number,title,updatedAt
$ gh pr checks 88
$ gh pr view 88 --json mergeable
$ gh pr merge 88 --squash --auto
$ gh pr comment 83 --body "Still active?"
CI/CD — Diagnóstico
$ gh run list --status failure --limit 10
$ gh run view 2847 --log-failed
$ gh run view 2841 --log-failed
$ gh run rerun 2847 --failed
Seguridad & Release
$ gh api repos/cultivaia/cultivaia-platform/dependabot/alerts
$ gh pr list --label "dependencies"
$ gh pr list --state merged --base main
$ gh release create v1.3.0 --generate-notes