원클릭으로
webapp-testing
Guide for writing tests: unit tests, integration tests, and end-to-end testing strategies
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide for writing tests: unit tests, integration tests, and end-to-end testing strategies
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | webapp-testing |
| description | Guide for writing tests: unit tests, integration tests, and end-to-end testing strategies |
When the user asks you to write tests, test a feature, or set up testing:
Choose the right test level:
Test structure — follow Arrange-Act-Assert (AAA) pattern:
test('description', () => {
// Arrange — set up test data
// Act — call the function under test
// Assert — check the result
});
Test naming — use descriptive names: "should return empty array when input is empty"
node:test with node:assertSystematic debugging strategies for finding and fixing bugs
Guide for building web frontends with HTML, CSS, and JavaScript frameworks
Guide for building Model Context Protocol (MCP) servers and tools
Patterns and strategies for safely refactoring code
Security best practices for web applications and Node.js code
Guide for creating, testing, and publishing cmdr skills