-
Notifications
You must be signed in to change notification settings - Fork 92
feat(skills): add /nextwork readiness queue #5641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
7bd0276
feat(nextwork): add /nextwork readiness queue skill and script
ifireball 4807224
fix(nextwork): honor conflicts and unresolved review threads
ifireball 2b3db30
feat(nextwork): eliminate parents with open GitHub sub-issues
ifireball 0521c65
feat(nextwork): refine stale triage, review, and fix semantics
ifireball 340b637
fix(nextwork): ignore orphaned blocked label for readiness
ifireball 9f68b3c
fix(nextwork): clear completed launch waits; suggest assign:self
ifireball 02d638c
fix(nextwork): deepen blocker chains and raise visit budget
ifireball e83da94
fix(nextwork): ignore sticky agent summaries after triage
ifireball a797c4d
fix(nextwork): treat sticky triage as completion when status missing
ifireball f1a5ad7
Merge upstream/main into feat/nextwork-command
ifireball 8570cdb
fix(nextwork): address review feedback and CI lint failures
ifireball eb58e7f
chore(nextwork): normalize testdata trailing newlines
ifireball 92ad362
Merge upstream/main into feat/nextwork-command
ifireball 94860cd
fix(nextwork): address Wayne review and re-review nits
ifireball 64d6353
fix(nextwork): type merge-queue checker as Protocol for stubs
ifireball d722660
Merge upstream/main into feat/nextwork-command
ifireball 6a5f36b
fix(skills): harden nextwork classification and take-over
ifireball 6951b0f
Merge upstream/main into feat/nextwork-command
ifireball 931b2f7
chore(skills): apply ruff format to nextwork tests
ifireball 9dfe5c1
Merge upstream/main into feat/nextwork-command
ifireball d6ba18a
fix(skills): parse nextwork timestamps for ordering
ifireball 4b6a3b0
Merge upstream/main into feat/nextwork-command
ifireball 7d9b8c5
fix(skills): harden nextwork timestamp and triage completion
ifireball a327448
Merge upstream/main into feat/nextwork-command
ifireball df5ddc3
fix(skills): harden nextwork apply ordering and launch trust
ifireball 4b91348
fix(skills): address remaining nextwork review findings
ifireball 078eeee
Merge upstream/main into feat/nextwork-command
ifireball b053cef
fix(skills): satisfy ruff line length in nextwork
ifireball 0c421a8
Merge upstream/main into feat/nextwork-command
ifireball 0363585
fix(skills): treat issue creation as initial triage launch
ifireball 07d2edd
fix(skills): harden nextwork link-blocker and PR classification
ifireball 307c732
Merge upstream/main into feat/nextwork-command
ifireball 954a384
Merge branch 'main' into feat/nextwork-command
ifireball af73445
fix(skills): harden nextwork mutation gates and ownership
ifireball 1cacbb1
Merge branch 'main' into feat/nextwork-command
ifireball 31de839
Merge branch 'main' into feat/nextwork-command
ifireball 03dfa63
fix(skills): nextwork confirmation gate and review nits
ifireball 66a98ee
Merge branch 'main' into feat/nextwork-command
ifireball e6247ca
fix(skills): nextwork human-thread and dependency fetch hardening
ifireball File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| --- | ||
| description: Show your next actionable work, following open blockers and stale automation waits | ||
| argument-hint: "[ITEMS...] [--repo owner/name] [--user LOGIN] [--show-blocked] [--apply] [--decisions-only]" | ||
| allowed-tools: Bash(python3 skills/nextwork/scripts/nextwork.py:*) | ||
|
ifireball marked this conversation as resolved.
|
||
| --- | ||
|
|
||
| Follow skill **nextwork**. | ||
|
|
||
| From the repository root, run a **read-only** first pass. Pass `$ARGUMENTS` | ||
|
ifireball marked this conversation as resolved.
|
||
| through unchanged; from those arguments, drop any `--apply` / | ||
| `--decisions-only` / `--take-over` (and its value) / `--link-blocker` (and its | ||
| value) / `--confirmed` before running this command (those flags run only after | ||
| confirmation / prose blockers are persisted): | ||
|
|
||
| python3 skills/nextwork/scripts/nextwork.py $ARGUMENTS --format json --include-text | ||
|
|
||
| Then follow the skill loop in [skills/nextwork/SKILL.md](../skills/nextwork/SKILL.md): | ||
| mine prose-only dependencies from `body`/`comments`, persist confident ones | ||
| with `--link-blocker --confirmed`, offer take-over for `assigned_elsewhere` | ||
| items that matter to the user's goal, then present the result. Only then honor | ||
| `--apply --confirmed` / `--decisions-only` if the user asked for them. Default | ||
| to actionable items only; include blocked/waiting/assigned-elsewhere detail if | ||
| the user asked for it or passed `--show-blocked`. Don't invent statuses the | ||
| script didn't emit. | ||
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.