Add river-job-lint skill#1310
Open
brandur wants to merge 1 commit into
Open
Conversation
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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
As discussed here [1], try adding a new
river-job-lintskill thatusers can install to lint jobs for common problems like channel sends or
receives that should actually be
selectcombined with a check oncontext.
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.
Or the specific skill:
In case a change is made on our end, they can update the skills with:
Or the specific skill:
[1] https://github.com/riverqueue/homepage/pull/454#pullrequestreview-4709590789
[2] https://github.com/vercel-labs/skills