Skill
A pre-submit quality gate for Solana AI Kit skill builders — and a review accelerator for maintainers. Zero dependencies, read-only, 50 tests, SARIF output.
npx -y skills add xDzaky/solana-skill-quality-gate --skill skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Quality and trust gate for Solana AI Kit skills. Builders use it to audit skills before installing or submitting them. Checks structure, safety, Solana fit, progressive loading, and supply-chain risks — so you only trust skills that pass the gate.
SKILL.md
2.4 KB, 557 tokens by cl100k_base, as published. Nobody here has run it
Solana Skill Quality Gate
A trust gate for Solana AI Kit skills — audit before you install, audit before you submit.
When to Use
- Before installing a community skill — check if it's safe, well-structured, and genuinely Solana-specific before trusting it with your agent's context
- Before submitting your own skill — catch blockers before opening a PR
- Reviewing submissions — batch-audit multiple skills for fast triage
- CI/CD gates — enforce quality thresholds with
--strictand--fail-under
Use It Before You Submit
- Build your skill following the quality guidelines
- Run
node scripts/skillqa.mjs audit ./my-skill - Fix blockers, then open your PR with confidence
Use It Before You Install
Before trusting a community skill with your agent's context window:
- Clone the skill repo
- Run
node scripts/skillqa.mjs audit ./that-skill - Score ≥ 80 and no policy caps → safe to install. Otherwise → inspect manually.
Trigger Phrases
- "review my skill"
- "check if my skill is ready"
- "audit this skill"
- "is this skill safe to install"
- "scan skill for issues"
Routes
| Topic | File |
|---|---|
| Quickstart | quickstart.md |
| Quality guide | what-makes-a-good-solana-skill.md |
| Safety patterns | safety-patterns.md |
| Solana ecosystem fit | solana-ecosystem-signals.md |
| Scoring rubric | quality-gates.md |
Quick Command Reference
node scripts/skillqa.mjs audit <path> # Full audit
node scripts/skillqa.mjs score <path> --json # JSON score
node scripts/skillqa.mjs batch <dir> --markdown # Batch review
node scripts/skillqa.mjs report <path> --out f # Markdown report
node scripts/skillqa.mjs report <path> --sarif --out f # SARIF
Safety
- Does not execute any code from audited skills
- Does not make network calls
- Does not collect secrets or private keys
- Read-only scanning only