원클릭으로
logging-best-practice-skill
describe how to do the logging in the codebase, use when you need to add logger to the codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
describe how to do the logging in the codebase, use when you need to add logger to the codebase
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | logging best practice skill |
| description | describe how to do the logging in the codebase, use when you need to add logger to the codebase |
the document outlines the best practices for logging in the codebase.
when you need to add logger to the codebase, when you need to debug the codebase, when you need to add logging to the codebase
describe how to review code with best practices, use when user ask for help with code review or you need to implement the code
describe how to write cache related code in the codebase, use when you need to add or modify cache related code or user ask to optimize the cache related code to the codebase
describe how to write database related code in the codebase, use when you need to add or modify database related code or user ask to optimize to the codebase
describe how to write integration tests or general tests for the codebase, use when you need to add or modify integration tests to the codebase
describe how to write message queue related code in the codebase, use when you need to add or modify message queue related code or user ask to optimize the message queue related code to the codebase
describe how to write middleware code in the codebase, use when you need a filter or interceptor to process the request or response