Agent Skills: Applying Code Standards Protocol

Provides Universal Standard for TDD, Security, and Code Quality. PROACTIVELY Use when writing code, debugging errors, or reviewing PRs. Modes: debug, review, refactor, implement.

UncategorizedID: Git-Fg/thecattoolkit/applying-code-standards

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Git-Fg/thecattoolkit/tree/HEAD/plugins/sys-builder/skills/applying-code-standards

Skill Files

Browse the full folder contents for applying-code-standards.

Download Skill

Loading file tree…

plugins/sys-builder/skills/applying-code-standards/SKILL.md

Skill Metadata

Name
applying-code-standards
Description
"Provides Universal Standard for TDD, Security, and Code Quality. PROACTIVELY Use when writing code, debugging errors, or reviewing PRs. Modes: debug, review, refactor, implement."

Applying Code Standards Protocol

Workflow Selection

Mode: Debugging

Trigger: "Fix this error", "Why is this failing?", "Debug...", crashes, test failures Protocol: Load and apply the Debugging Workflow section from core-engineering.md

Mode: Code Review

Trigger: "Review this", "Check for bugs", "PR review", assessing code quality Protocol: Load and apply review-workflow.md

Mode: Static Analysis

Trigger: "Static analysis", "Security scan", "Code quality check", "SAST", "Analyze code" Protocol: Load and apply static-analysis-workflow.md

Mode: Implementation (TDD)

Trigger: "Implement feature", "Write code", "Build..." Protocol: Load and apply tdd-protocol.md

Mode: Refactoring

Trigger: "Refactor", "Clean up", "Improve structure" Protocol: Load and apply refactoring-patterns.md

Engineering Standards

Consult core-engineering.md for Universal Standards including TDD Protocol, Security (OWASP), Testing, and Debugging workflows.