testing이란?
테스트 작성, 적용 범위 추가, 비즈니스 논리 구현 또는 TDD를 사용하여 기능 구축 시 사용합니다. 순수 기능에 대해서만 출력 기반 테스트를 시행합니다. 명령형 셸을 직접 테스트하지 마세요. 출처: bumgeunsong/daily-writing-friends.
테스트 작성, 적용 범위 추가, 비즈니스 논리 구현 또는 TDD를 사용하여 기능 구축 시 사용합니다. 순수 기능에 대해서만 출력 기반 테스트를 시행합니다. 명령형 셸을 직접 테스트하지 마세요.
명령줄에서 testing AI 스킬을 개발 환경에 빠르게 설치
출처: bumgeunsong/daily-writing-friends.
Test pure functions with input/output assertions. Never unit test hooks, components, or side effects.
| Testing hooks | renderHook(), QueryClientProvider in test | Extract logic to pure function | | Mocking time | vi.useFakeTimers(), mockDate | Inject timestamp as parameter | | Mocking internals | vi.mock('../api/firebase') | Test pure logic, not integration | | Testing UI | render(), screen.getByText() | Only E2E tests for UI |
테스트 작성, 적용 범위 추가, 비즈니스 논리 구현 또는 TDD를 사용하여 기능 구축 시 사용합니다. 순수 기능에 대해서만 출력 기반 테스트를 시행합니다. 명령형 셸을 직접 테스트하지 마세요. 출처: bumgeunsong/daily-writing-friends.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill testing 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill testing테스트 작성, 적용 범위 추가, 비즈니스 논리 구현 또는 TDD를 사용하여 기능 구축 시 사용합니다. 순수 기능에 대해서만 출력 기반 테스트를 시행합니다. 명령형 셸을 직접 테스트하지 마세요. 출처: bumgeunsong/daily-writing-friends.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill testing 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/bumgeunsong/daily-writing-friends