standards

Featured

Load only the standards relevant to a caller-supplied change, then report concrete findings. Triggers: "check standards", "which standards apply".

AI & Automation 414 stars 40 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 96/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Standards — focused engineering guidance Load the smallest set of standards justified by the caller's files, language, and risks. Do not preload the entire reference corpus. ## Procedure 1. Record the supplied paths, language, change type, and risk cues. 2. Load `common-standards.md` plus only the matching language or checklist references. 3. Compare the supplied artifact to those sources. 4. Return cited findings with path and line when possible, plus checked and not-checked scope. 5. Stop. This skill provides context and findings. It does not edit, validate, retry, approve, commit, release, deliver, or decide continuation. ## Mutation-safety standards When the supplied change rewrites existing files in bulk — formatters, codemods, migration scripts, generators pointed at hand-written sources — check it against three standards and report each as a finding when absent: - **Single audited mutation chokepoint.** All rewrites flow through one named command or script whose inputs, outputs, and dry-run mode can be inspected. Edits scattered across ad-hoc one-liners and manual touch-ups are the **diffuse mutation** failure mode: no single point can be audited, re-run, or blamed. Finding: name every mutation path outside the chokepoint. - **Hash-witnessed backups before rewrite.** Before the chokepoint runs, the originals are preserved with content hashes recorded (a committed baseline counts), so "the rewrite changed only what it claims" is checkable by...

Details

Author
boshu2
Repository
boshu2/agentops
Created
8 months ago
Last Updated
today
Language
Go
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category