standards

Featured

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

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

Install

View on GitHub

Quality Score: 97/100

Stars 20%
88
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. ## Prompt ```text Check standards for the changed files in fleet-router PR #214: cli/internal/auth/token.go and cli/internal/auth/token_test.go, Go, a security-sensitive change. Load only the matching references and report cited findings with path and line plus checked and not-checked scope. ``` ## It's working if - The report loads `common-standards.md` plus only the matching Go reference, never the full reference corpus. - Every finding cites a path and line, e.g. `cli/internal/auth/token.go:18`. - The response discloses `checked` and `not_checked` scope explicitly, even when `not_checked` is empty. - `git diff --stat` shows no test, gate, or fixture file changed; standards reports findings only. ## 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. ## Load-bearing conventions for produced code (MEASURED) When the caller is about to WRITE code (not only review it), surface the matching la...

Details

Author
boshu2
Repository
boshu2/agentops
Created
10 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