BeClaude

skillspector-action

New
1GitHub TrendingGeneralby NPJigaK

Run NVIDIA SkillSpector in GitHub Actions to scan AI agent SKILL.md repos, upload SARIF, and report PR findings.

Summary

md files, validate their structure, and generate SARIF reports.

  • It helps developers maintain high-quality skill definitions by catching issues early in CI/CD pipelines and surfacing findings directly in pull request reviews.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/skillspector-action.md

3
Invoke with @agent-name
@skillspector-action

Use Cases

Automatically validate SKILL.md files in every pull request to ensure they meet required schema and formatting standards.
Generate SARIF output for integration with GitHub code scanning alerts and security dashboards.
Enforce skill quality gates in CI/CD pipelines before merging changes to production repositories.
Provide immediate feedback to contributors by posting validation results as PR comments.
Scan multiple skill repositories in batch to audit compliance with organizational guidelines.
Integrate with existing GitHub Actions workflows to run skill validation alongside other checks.

Usage Examples

1

/skillspector-action validate --repo my-org/my-agent-skill --sarif-output results.sarif

2

Run SkillSpector on the current repository and upload SARIF to GitHub code scanning.

3

Scan all SKILL.md files in the repo and report any issues found in the pull request.

View source on GitHub
agentlsp

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is skillspector-action?

This skill integrates NVIDIA SkillSpector into GitHub Actions to automatically scan AI agent repositories for SKILL.md files, validate their structure, and generate SARIF reports. It helps developers maintain high-quality skill definitions by catching issues early in CI/CD pipelines and surfacing findings directly in pull request reviews.

How to install skillspector-action?

To install skillspector-action: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/skillspector-action.md. Finally, @skillspector-action in Claude Code.

What is skillspector-action best for?

skillspector-action is a agent categorized under General. It is designed for: agent, lsp. Created by NPJigaK.

What can I use skillspector-action for?

skillspector-action is useful for: Automatically validate SKILL.md files in every pull request to ensure they meet required schema and formatting standards.; Generate SARIF output for integration with GitHub code scanning alerts and security dashboards.; Enforce skill quality gates in CI/CD pipelines before merging changes to production repositories.; Provide immediate feedback to contributors by posting validation results as PR comments.; Scan multiple skill repositories in batch to audit compliance with organizational guidelines.; Integrate with existing GitHub Actions workflows to run skill validation alongside other checks..