Measures the risk that code shipped without anyone understanding it: a teach-back attestation on high-risk changes, a risk band from changed-code complexity, diff size and whether a human explanation accompanied it, and optional AI-authorship provenance. Findings stay advisory by design. Use when an AI-assisted…
Packages repository skills as installable Copilot plugins: marketplace registration, plugin.json manifests, generated skill copies, and the sync check CI enforces. Use when bundling one or more skills for installation, when adding a plugin to the marketplace, or when npm run lint reports that a plugin copy has drifted…
Creates, reviews, and modernizes static code analysis setups for Node.js and TypeScript repositories, covering ESLint flat config, typescript-eslint, tsconfig, Prettier, import sorting, Husky, lint-staged, package.json quality scripts, and CI quality gates. Use when setting up or auditing linting, formatting…
Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.
Capture the current session state as a checkpoint artifact per spec section 4.4. Use when the user signals session end or explicitly requests a checkpoint. Do not use mid-session or without user approval.
Analyze and optimize this repository — enhance templates/examples for Azure AI o3 personal agents, add CI workflows, harden security, add new domain examples, fix structural gaps.
Scaffold a complete, deploy-ready domain example in examples/ from TEMPLATE.md — domain research, o3 Reasoning Protocol, ≥2 dated critical constraints, license classification, README sync, preflight validation. Use when asked to add or create a new domain-specific agent instruction file.
Run the local CI mirror (placeholder audit, secret scan, structural invariants, chat-artifact scan, README sync check) before any commit that touches a Markdown file. Use when asked to validate/check the repo, and as the mandatory final step of /new-example and /sync-template.