Skip to content

Add river-job-lint skill#1310

Open
brandur wants to merge 1 commit into
masterfrom
brandur-river-job-vet
Open

Add river-job-lint skill#1310
brandur wants to merge 1 commit into
masterfrom
brandur-river-job-vet

Conversation

@brandur

@brandur brandur commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

As discussed here [1], try adding a new river-job-lint skill that
users can install to lint jobs for common problems like channel sends or
receives that should actually be select combined with a check on
context.

I had Codex generate the body of this skill. To be honest, I find it a
little run on (I would think that shorter would be better in skills for
context windows), but I guess it doesn't look that different from other
skills I've seen. It's nice that it includes example so that a human can
read it and make sense of it.

Users can install this using Vercel's "skills" tool [2] which seems to
have become an industry standard.

npx skills add riverqueue/river

Or the specific skill:

npx skills add riverqueue/river --skill river-job-lint

In case a change is made on our end, they can update the skills with:

npm skills update

Or the specific skill:

npm skills update river-job-lint

[1] https://github.com/riverqueue/homepage/pull/454#pullrequestreview-4709590789
[2] https://github.com/vercel-labs/skills

As discussed here [1], try adding a new `river-job-lint` skill that
users can install to lint jobs for common problems like channel sends or
receives that should actually be `select` combined with a check on
context.

I had Codex generate the body of this skill. To be honest, I find it a
little run on (I would think that shorter would be better in skills for
context windows), but I guess it doesn't look that different from other
skills I've seen. It's nice that it includes example so that a human can
read it and make sense of it.

Users can install this using Vercel's "skills" tool [2] which seems to
have become an industry standard.

    npx skills add riverqueue/river

Or the specific skill:

    npx skills add riverqueue/river --skill river-job-lint

In case a change is made on our end, they can update the skills with:

    npm skills update

Or the specific skill:

    npm skills update river-job-lint

[1] riverqueue/homepage#454 (review)
[2] https://github.com/vercel-labs/skills
@brandur
brandur requested a review from bgentry July 16, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant