원클릭으로
test-code-creator
Generates behavior-focused test code (Given-When-Then) for local project files, ensuring 100% coverage and no redundancy.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generates behavior-focused test code (Given-When-Then) for local project files, ensuring 100% coverage and no redundancy.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Expert skill for analyzing and diagnosing issues from Jira, GitHub, and system logs.
Generates comprehensive project documentation (e.g., README.md, API docs, architecture overviews) based on the codebase.
Analyzes code (local or remote) against Clean Code standards (Meaningful Names, Functions, Objects, Error Handling).
Identifies and suggests architectural design patterns (Creational, Structural, Behavioral) in local or remote code.
Analyzes the codebase (local or remote) for security vulnerabilities, weak coding patterns, and exposure of sensitive data.
Performs a comprehensive code review by analyzing local changes or remote pull requests against Clean Code, SOLID principles, Design Patterns, and Test Code standards.
| name | test-code-creator |
| description | Generates behavior-focused test code (Given-When-Then) for local project files, ensuring 100% coverage and no redundancy. |
| compatibility | Works with local Git repositories. |
| license | MIT |
| resources | ["templates/standards.md"] |
| metadata | {"author":"thiagoevoa","triggers":{"keywords":["create:tests","create:behavior-tests","create:bdd"]}} |
Use this skill to act as a Senior AI Test Engineer focusing on creating Behavior-Driven tests. It generates test code for local files by adhering to the behavior testing standards defined in the templates/standards.md file.
This skill is designed for Local Workflow only.
git status or user-provided file paths to identify the source files requiring tests.package.json, pubspec.yaml, Makefile). Run these commands via the shell to gather factual data to verify your tests run correctly and pass. If the commands are not obvious, ask the user.write_file tool to save the generated tests directly to the disk at the appropriate file path.Use the write_file tool to save the generated tests directly to the disk at the appropriate file path.
Example:
test/feature_test.dart
// test code here
files (array of strings, optional): Specific source files to generate tests for.only_staged (boolean, optional): If true, only generate tests for currently staged changes.