Update skillsaw to 0.14.0 and add quality badge - #542
Conversation
WalkthroughBumps Skillsaw tool to v0.14.0 in config, Makefile, and CI workflows; adds/updates ChangesSkillsaw Badge Integration
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 10✅ Passed checks (10 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1f24481 to
4bd665d
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@Makefile`:
- Line 7: The SKILLSAW_IMAGE Makefile variable is set to an apparently
nonexistent tag (SKILLSAW_IMAGE = ghcr.io/stbenjam/skillsaw:0.14.0); verify the
correct image tag and update SKILLSAW_IMAGE to a valid tag or pin to a digest,
and ensure .skillsaw.yaml's referenced version matches it; to fix, run a
manifest inspect (docker/podman) or check GHCR tags to find the correct tag,
then update the SKILLSAW_IMAGE value and confirm .skillsaw.yaml contains the
same tag (or update .skillsaw.yaml to match) so both are consistent.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: 941ab662-2342-4d07-bdc5-c7afeba27bac
📒 Files selected for processing (7)
.github/workflows/lint-plugins.yml.github/workflows/lint-review.yml.github/workflows/update-docs.yml.skillsaw-badge.json.skillsaw.yamlMakefileREADME.md
✅ Files skipped from review due to trivial changes (4)
- .skillsaw.yaml
- .github/workflows/lint-plugins.yml
- .github/workflows/lint-review.yml
- README.md
🚧 Files skipped from review as they are similar to previous changes (1)
- .skillsaw-badge.json
| @@ -1,5 +1,7 @@ | |||
| # AI Helpers | |||
|
|
|||
| [](https://skillsaw.org/) | |||
There was a problem hiding this comment.
Will render after merging
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cblecker, stbenjam The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Skillsaw is about 3x faster now, and this adds a badge to the README.md.
Summary
.skillsaw-badge.jsonfor dynamic badge updatesTest plan
skillsawruns clean against the repo (A+ grade, 0 errors, 0 warnings)🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Chores