원클릭으로
tdd-frontend
Write a new React component or page using TDD with Jest and React Testing Library for PlaylistMiner Next.js frontend.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write a new React component or page using TDD with Jest and React Testing Library for PlaylistMiner Next.js frontend.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | tdd-frontend |
| description | Write a new React component or page using TDD with Jest and React Testing Library for PlaylistMiner Next.js frontend. |
Implement the requested component or page using TDD.
ComponentName.test.tsxrender, screen, userEventnpm test — confirm tests FAILimport { render, screen } from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { ComponentName } from './ComponentName';
describe('ComponentName', () => {
it('renders the expected content', () => {
render(<ComponentName />);
expect(screen.getByText('Expected')).toBeInTheDocument();
});
});
any typesnpm test — confirm tests PASSe2e/ for the user flownpm run test:e2e — confirm it passes"use client" only when neededhooks/, never directly in componentsDebug why a PlaylistMiner video was categorized incorrectly or not categorized, by tracing through all 3 pipeline layers.
Create or modify an EF Core migration for PlaylistMiner database schema changes, with review and verification steps.
Implement a .NET feature using strict Red-Green-Refactor TDD with xUnit, FluentAssertions, and Moq for PlaylistMiner backend.
Implement a Next.js component or page using TDD with Jest, React Testing Library, and Playwright for PlaylistMiner frontend.
Debug why a video was categorized incorrectly or not categorized at all in PlaylistMiner.
Create or modify an Entity Framework Core migration for PlaylistMiner database schema changes.