code-review-testing Skill
Test authoring guidance Published by openai in codex.
What is code-review-testing Skill?
Test authoring guidance Published by openai in codex. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use code-review-testing Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/codex
- Skill file: .codex/skills/code-review-testing/SKILL.md
What it does
Test authoring guidance
Skill instructions
For agent changes prefer integration tests over unit tests. Integration tests are under core/suite and use testcodex to set up a test instance of codex. Features that change the agent logic MUST add an integration test: - Provide a list of major logic changes and user-facing behaviors that need to be tested. If unit tests are needed, put them in a dedicated test file (tests.rs). Avoid test-only functions in the main implementation. Check whether there are existing helpers to make tests more streamlined and readable.
Explore related resources
Frequently asked questions
What is code-review-testing?
code-review-testing is a open-source AI agent skill with Copy skill directory. Test authoring guidance
Who is code-review-testing best for?
code-review-testing is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install code-review-testing?
Install or run code-review-testing using Copy skill directory. Check code-review-testing for the latest setup command.
Is code-review-testing actively maintained?
code-review-testing may need a closer maintenance check before production use.
Auto-fetched from GitHub.