Validate usercontext instructions
Skill MSiccDev/ai-context-kit/skills/validate-usercontext-instructions
AI Context Kit provides a structured, instruction-based framework for context-aware AI collaboration across LLM providers. It includes authoritative specs, canonical templates, and skills workflows for creating and validating user context and project AGENTS.md files.
npx -y skills add MSiccDev/ai-context-kit --skill validate-usercontext-instructionsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 11 stars11 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
Validate user-context instruction files against schema, section completeness, quality checks, and scoring criteria.
SKILL.md
2.6 KB, as published. Nobody here has run it
Validate User Context Instructions
Purpose
Validate user-context instruction files and produce structured reports with issues, recommendations, and a compliance score based on a deterministic scoring rubric.
When To Use
- Use this skill to validate
*_usercontext.instructions.mdfiles. - Use this skill before publishing or reusing a user-context file.
- Do not use this skill for project
AGENTS.md(project context) files.
How to Invoke
Load or attach this file's contents into your AI session to activate the workflow (paste, upload, or reference with #file:skills/validate-usercontext-instructions/SKILL.md in VS Code Copilot Chat). In Claude Projects, add it to project knowledge. See Invoking Skills in the README for full platform guidance.
Required Inputs
- Target file path.
- Expected spec version and required sections.
- Validation strictness expectations (if any).
Workflow
- Run validation phases from
references/phase-checks.md. - Check for
spec_versionfield in YAML frontmatter: flag as WARNING if absent (pre-existing files may predate this requirement); flag as WARNING if present but older than1.4.3. - Generate report using
references/report-contract.md. - Apply deterministic scoring from
references/scoring.md. - Classify findings into critical/warning/enhancement buckets.
- Produce implementation-ready recommendations.
Output Expectations
- A markdown validation report with phase-by-phase findings.
- Overall PASS/WARN/FAIL state and numeric score.
- Actionable fixes for critical and warning issues.
- Migration guidance when relevant.
- Report schema follows
references/report-contract.md. - Scoring and grade bands follow
references/scoring.md.
Resources
- Phase checks:
references/phase-checks.md - Report contract:
references/report-contract.md - Scoring model:
references/scoring.md - Example target:
../../usercontexts/sample_usercontext.instructions.md - Example report:
../../usercontexts/sample_usercontext.validation.md
Constraints And Safety
- Preserve privacy boundaries in findings and examples.
- Keep recommendations implementation-ready and non-ambiguous.
- Use provider-neutral language.
- Do not modify validated source files automatically.