Files
Claude-Code-Workflow/.claude/skills/lite-skill-generator/templates/style-guide.md
catlog22 502c8a09a1 fix(security): Apply 3 critical security fixes
- sec-001: Add validateAllowedPath to /api/file endpoint (path traversal)
- sec-002: Enable CSRF by default with CCW_DISABLE_CSRF opt-out
- sec-003: Add validateAllowedPath to /api/dialog/browse and /api/dialog/open-file (path traversal)

Ref: fix-1738072800000
2026-01-28 22:04:18 +08:00

1.7 KiB

Style Guide Template

Generated by lite-skill-generator style analysis phase.

Detected Patterns

Structural Patterns

Pattern Detected Recommendation
YAML Frontmatter {{HAS_FRONTMATTER}} {{FRONTMATTER_REC}}
ASCII Diagrams {{HAS_DIAGRAMS}} {{DIAGRAMS_REC}}
Code Blocks {{HAS_CODE_BLOCKS}} {{CODE_BLOCKS_REC}}
Phase Structure {{PHASE_STRUCTURE}} {{PHASE_REC}}

Language Patterns

Pattern Value Notes
Instruction Style {{INSTRUCTION_STYLE}} imperative/declarative/procedural
Pseudocode Usage {{PSEUDOCODE_USAGE}} functional/imperative/none
Verbosity Level {{VERBOSITY}} concise/detailed/verbose
Common Terms {{TERMINOLOGY}} domain-specific vocabulary

Organization Patterns

Pattern Value
Phase Count {{PHASE_COUNT}}
Example Density {{EXAMPLE_DENSITY}}
Template Usage {{TEMPLATE_USAGE}}

Style Compliance Checklist

  • YAML frontmatter with name, description, allowed-tools
  • Architecture diagram (if pattern detected)
  • Execution flow section with pseudocode
  • Phase sections (sequential numbered)
  • Usage examples section
  • README.md for external documentation

Reference Skills Analyzed

{{#REFERENCES}}

  • {{REF_PATH}}: {{REF_NOTES}} {{/REFERENCES}}

Generated Configuration

{
  "style": {
    "structure": "{{STRUCTURE_TYPE}}",
    "language": "{{LANGUAGE_TYPE}}",
    "organization": "{{ORG_TYPE}}"
  },
  "recommendations": {
    "usePseudocode": {{USE_PSEUDOCODE}},
    "includeDiagrams": {{INCLUDE_DIAGRAMS}},
    "verbosityLevel": "{{VERBOSITY}}",
    "phaseCount": {{PHASE_COUNT}}
  }
}