返回 Skill 列表
extension
分类: 开发与工程无需 API Key

global-coding-style

保持PHP和TypeScript/JavaScript代码格式、命名约定、类型安全性和自动化代码质量标准的一致性。在编写或编辑任何PHP文件(.php)、TypeScript/JavaScript文件(.ts, .tsx, .js, .jsx)、实现类型声明和返回类型、运行代码格式化工具(如Laravel Pint, Ultracite)或代码检查工具、运行静态分析工具(如Larastan)、命名变量、函数、类或文件、应用DRY原则、移除无用代码,或者准备代码审查或提交时使用此技能。

person作者: jakexiaohubgithub

Global Coding Style

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global coding style.

When to use this skill

  • When writing or editing PHP files (.php) in any part of the application
  • When writing or editing TypeScript or JavaScript files (.ts, .tsx, .js, .jsx)
  • When implementing explicit return type declarations in PHP methods and functions
  • When adding type hints to function parameters in PHP
  • When leveraging TypeScript types in frontend code
  • When naming variables, functions, classes, methods, or files
  • When running Laravel Pint for PHP code formatting
  • When running Ultracite for JavaScript/TypeScript linting and formatting
  • When running Larastan (PHPStan) for static analysis
  • When applying DRY principles to eliminate code duplication
  • When removing unused imports, dead code, or commented-out blocks
  • When configuring pre-commit hooks via Lefthook
  • When preparing code for review with CodeRabbit CLI
  • When refactoring code for better readability and maintainability

Instructions

For details, refer to the information provided in this file: global coding style