Skip to content

Update skills to match agent skills spec#3

Merged
mlieberman85 merged 6 commits intokusaridev:mainfrom
mlieberman85:main
Apr 7, 2026
Merged

Update skills to match agent skills spec#3
mlieberman85 merged 6 commits intokusaridev:mainfrom
mlieberman85:main

Conversation

@mlieberman85
Copy link
Copy Markdown
Contributor

No description provided.

mlieberman85 and others added 5 commits April 2, 2026 17:25
- Create scripts/lint.sh for local and CI shell script linting
- Add .github/workflows/shellcheck.yml (triggers on push to main and PRs)
- Fix ShellCheck issues in existing scripts (SC1091, SC2317, SC2329)
- Exclude .specify/ framework scripts from analysis
- Add --list flag to lint.sh for scope verification
- Update README and CONTRIBUTING docs with lint instructions
- Add feature spec, plan, and task artifacts for 003-shellcheck-ci

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rename skill directories and update name fields to pass the
agentskills.io spec validation (skills-ref validate).

- Rename change-evaluate/ → kusari-change-evaluate/
- Rename change-fix/ → kusari-change-fix/
- Update SKILL.md name fields from dot-notation to kebab-case
- Add compatibility field to both skills
- Update all cross-references, docs, install.sh, and test paths
- Both skills pass skills-ref validate with zero errors
- All 38 existing tests pass

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
# Conflicts:
#	CLAUDE.md
#	tests/test-run-kusari-scan.sh
#	tests/test-sarif-parser.sh
The CI runner's ShellCheck version reports SC2317 (unreachable command)
in addition to SC2329 (unused function) for trap-invoked functions.
Disable both codes on the cleanup function.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Collaborator

@funnelfiasco funnelfiasco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall. My only blocker is resolving the uses: checkout pinning

shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- uses: actions/checkout@v4
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

We should pin by hash. I'm not sure why v4 was specified here, since v6 is the most recent branch. If there's a reason we should use v4, then update the hash appropriately.

description: "Run a Kusari security scan on the current repository. Scans code and dependencies against a git revision, presenting health score, code mitigations, and dependency mitigations. Use when the user asks for a security scan, vulnerability check, or wants to evaluate code changes for security issues."
allowed-tools: Read, Bash, Glob
license: apache-2.0
compatibility: "Requires Kusari CLI v0.21.0+ or kusari-inspector MCP server. jq required for CLI fallback."
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be a higher version (e.g. the not-released 0.25.0)?

- Pin actions/checkout to hash (v6.0.2) per review feedback
- Bump compatibility CLI version to v0.25.0+ for kebab-case skill names

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mlieberman85 mlieberman85 merged commit a00057b into kusaridev:main Apr 7, 2026
1 check passed
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.

2 participants