feat(skills): add /topissues slash command for RICE backlog - #1232
Conversation
Site previewPreview: https://7c8f3b2b-site.fullsend-ai.workers.dev Commit: |
ReviewFindingsHigh
Previous runReviewFindingsHigh
Medium
Low
Previous run (2)ReviewFindingsHigh
Previous run (3)ReviewFindingsHigh
Prior review note: the low-severity [correctness] finding from the previous review (re Previous run (4)ReviewFindingsHigh
Low
Prior review note: the medium-severity [correctness] finding from the previous review (re Previous run (5)ReviewFindingsHigh
Medium
Previous run (6)ReviewFindingsHigh
Info
Previous run (7)ReviewFindingsHigh
Low
Info
|
Maintainer sign-off (@ifireball)Protected-path ( Review agent findings:
(GitHub blocks self-approval on own PRs; this comment is explicit maintainer authorization for the protected-path change.) |
|
Pushed |
|
@ralphbean since you marked your review comments as low quality, should I regard that as a signal to ignore them and go ahead and merge the PR ? |
7112d85 to
c735301
Compare
|
|
||
| go-test: | ||
| GH_TOKEN= GITHUB_TOKEN= go test -race -cover ./... | ||
| go test -race -cover ./... |
There was a problem hiding this comment.
[medium] correctness
GH_TOKEN= GITHUB_TOKEN= guard removed from go-test target. This was an explicit safeguard preventing Go tests from making real GitHub API calls. Removing it is an unrelated behavioral change.
Suggested fix: Restore the token-clearing prefix or justify removal in a separate PR.
Add a stdlib Python script and portable slash command that builds a merged markdown/JSON RICE table from the org GitHub Project board (same fields as post-prioritize.sh): top unassigned backlog issues plus the caller's assigned work. Resolve FULLSEND_PROJECT_NUMBER via org variable with friendly fallbacks, skip items with open PRs or blockedBy links, and wire unit tests into make script-test. Introduce a canonical commands/ tree with .cursor/commands and .claude/commands symlinks mirroring the skills layout. Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Barak Korren <bkorren@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
c735301 to
bf540b1
Compare
Summary
/topissuesslash command (Cursor + Claude Code) backed by a stdlib Python script that builds a merged RICE priority table viaghGraphQLcommands/tree with.cursor/commandsand.claude/commandssymlinks (mirrors existing skills layout)make script-testthe same way asprocess-fix-result-test.pyTest plan
python3 skills/topissues/scripts/topissues_test.pymake script-test(full suite)python3 skills/topissues/scripts/topissues.pyin a repo with RICE-scored issues/topissuesappears in Cursor and Claude Code command helpMade with Cursor