Add pre-commit hook, GitHub Actions workflow, and community templates#73
Open
ckdash-git wants to merge 1 commit into
Open
Add pre-commit hook, GitHub Actions workflow, and community templates#73ckdash-git wants to merge 1 commit into
ckdash-git wants to merge 1 commit into
Conversation
…mplates - Add .pre-commit-hooks.yaml so downstream projects can run SkillSpector as a pre-commit hook (static-only by default, no API key required) - Add .github/workflows/skillspector.yml: scans on push/PR and uploads SARIF results to GitHub Code Scanning for inline PR annotations - Add .github/PULL_REQUEST_TEMPLATE.md with contributor checklist - Add .github/ISSUE_TEMPLATE/bug_report.md and feature_request.md - Update README with new CI/CD Integration section covering the GitHub Actions workflow and pre-commit hook with usage examples Signed-off-by: Chandan Kumar Dash <mail.ckdash@gmail.com>
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.
Closes #72
Summary
Adds CI/CD integration support: a pre-commit hook definition and a GitHub
Actions workflow, so downstream projects can scan AI agent skills automatically
before commits and on every PR — without needing an LLM API key.
Changes
.pre-commit-hooks.yaml: pre-commit hook definition (static scan, no API key).github/workflows/skillspector.yml: GitHub Actions workflow with SARIF upload.github/PULL_REQUEST_TEMPLATE.md: contributor checklist for all future PRs.github/ISSUE_TEMPLATE/: structured bug and feature templatesREADME.md: new CI/CD Integration section with usage examplesTesting
make testpasses (no Python changes, no tests affected)make lintpassesactionlint(or GitHub's built-in check)Checklist
git commit -s)