Onboard repo to skillsaw linting #10
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ai-ml/skills-library!10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "cverna/skills-library:introduce_skillsaw"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This introduce some CI for our skills, using https://github.com/stbenjam/skillsaw. It will be run against each PR.
In this PR we are creating the baseline which fixes weak-language and context-budget violations in skill files.
@ -0,0 +7,4 @@jobs:skillsaw:runs-on: ubuntu-latestNeed to change once we have runner available.
b4c15482e4dad445d5b9dad445d5b96f3f709ef86f3f709ef88ce8a61ab78ce8a61ab76f02847aa343261af8b152ed503b6b52ed503b6b7cec6159d67cec6159d6a8d04fd281a8d04fd281080c8c72ca080c8c72ca200c56fcf2200c56fcf244e6ec5b82Discussion about this in #13
44e6ec5b82694d87dec2LGTM very nice! it even improved the skills already
@ -0,0 +19,4 @@steps:- name: "Install required packages"run: |dnf config-manager disable fedora-cisco-openh264well done! 😁
The CI failure:
I personally wouldn't mind bumping that limit even to 10k. Since we now have 1M context window models, 3k limit sounds pretty strict to me.
694d87dec2e3f27d1fb6Updated to warning at 6k and error at 10k.