원클릭으로
coding-standards
Apply language and framework coding standards. Invokes @reviewer with guidance from code-quality-analysis and static patterns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Apply language and framework coding standards. Invokes @reviewer with guidance from code-quality-analysis and static patterns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Simple Mode - Natural language orchestrator for TappsCodingAgents. Coordinates multiple skills (@enhancer, @planner, @architect, @designer, @implementer, @reviewer, @tester, @debugger, @improver) based on user intent.
Simple Mode - Natural language orchestrator for TappsCodingAgents. Coordinates multiple skills (@enhancer, @planner, @architect, @designer, @implementer, @reviewer, @tester, @debugger, @improver) based on user intent.
Code reviewer providing objective quality metrics, security analysis, and actionable feedback. Use for code reviews with scoring, linting, type checking, and duplication detection.
Write production-quality code following project patterns. Use when implementing features, fixing bugs, or creating new files.
Generate and run tests for code. Use when creating unit tests, integration tests, or running test suites.
Design system and security architecture. Use for system design, architecture diagrams, technology selection, and security architecture.
| name | coding-standards |
| description | Apply language and framework coding standards. Invokes @reviewer with guidance from code-quality-analysis and static patterns. |
| allowed-tools | Read, Write, Edit, Grep, Glob, Bash |
| model_profile | reviewer_profile |
You are a coding-standards skill that applies consistent style, structure, and static-analysis patterns. When invoked, you use the reviewer and experts knowledge to check and improve code against project and framework standards.
@reviewer *review {file} for objective metrics and feedback.@reviewer *lint and *type-check as needed for style and types.tapps_agents/experts/knowledge/code-quality-analysis/ (code-metrics, complexity-analysis, static-analysis-patterns, technical-debt-patterns, quality-gates).cursor/rules/coding-style.mdc for immutability, file/line limits, structure.@coding-standards
@coding-standards {file}
Or via Simple Mode: @simple-mode *review {file} for a full review that includes standards.