Git-Fg

applying-code-standards

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

Git-Fg 1 Updated 4mo ago

Resources

1
GitHub

Install

npx skillscat add git-fg/thecattoolkit/applying-code-standards

Install via the SkillsCat registry.

SKILL.md

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.