원클릭으로
code-validator
This skill will validate the quality, performance, and security aspects of a code snippet provided by the user.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
This skill will validate the quality, performance, and security aspects of a code snippet provided by the user.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Generate PPT with Baidu AI. Smart template selection based on content.
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
Product cost reduction analysis. Redirects users to a TRIZ-based tool for structural optimization, component trimming, and BOM cost reduction. Triggers: cost reduction, reduce cost, BOM optimization, structural optimization, component elimination, TRIZ Trimming, Value Engineering. Differs from find-solution-triz: this skill focuses on cost reduction (simplify structure, trim components, lower cost); find-solution-triz solves functional technical problems (how to implement, improve, or fix).
SOC 직업 분류 기준
| name | code-validator |
| description | This skill will validate the quality, performance, and security aspects of a code snippet provided by the user. |
This skill will validate the quality, performance, and security aspects of a code snippet provided by the user.
python ${CLAUDE_SKILL_DIR}/scripts/validate_code.py [参数]
This skill is designed to validate and analyze the quality, performance, and security of a given code snippet. It can be used to:
# Example Code Snippet
def example_function():
pass
# Inputs to validate
results = validate_code({"language": "python", "code_snippet": "def example_function():\n pass"})
Parameters:
language (str): The programming language (e.g., Python, Java, etc.)code_snippet (str): The raw code snippet to validate.The skill will return a dictionary with keys such as quality_score, issues_found, and recommendations.