test-triage Skill
Triage macOS tests across Xcode and SwiftPM. Use when narrowing failures, explaining assertions or crashes, or separating setup from regressions. Published by openai in plugins.
What is test-triage Skill?
Triage macOS tests across Xcode and SwiftPM. Use when narrowing failures, explaining assertions or crashes, or separating setup from regressions. Published by openai in plugins. 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 test-triage Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/build-macos-apps/skills/test-triage/SKILL.md
What it does
Triage macOS tests across Xcode and SwiftPM. Use when narrowing failures, explaining assertions or crashes, or separating setup from regressions.
Skill instructions
Test Triage Quick Start Use this skill to run the smallest meaningful test scope first, classify failures precisely, and avoid treating every test failure like a product bug. Workflow 1. Detect the test harness. - Use xcodebuild test for Xcode-based projects. - Use swift test for SwiftPM packages. 2. Narrow the scope. - If the user gave a target, product, or test filter, use it. - If not, prefer the smallest likely failing target before a full suite. 3. Classify the result. - Build failure - Assertion failure - Crash or signal - Async timing or flake - Environment or fixture setup issue - Missing entitlement or host app issue 4. Rerun intelligently. - Use focused reruns when a specific case fails. - Avoid burning time on full-suite reruns without new information. 5. Summarize clearly. - What command ran - Which tests failed - What kind of failure it was - The best next proof step or fix path Guardrails - Distinguish compilation failures from test execution failures. - Call out when a t
Explore related resources
Frequently asked questions
What is test-triage?
test-triage is a open-source AI agent skill with Copy skill directory. Triage macOS tests across Xcode and SwiftPM. Use when narrowing failures, explaining assertions or crashes, or separating setup from regressions.
Who is test-triage best for?
test-triage is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install test-triage?
Install or run test-triage using Copy skill directory. Check test-triage for the latest setup command.
Is test-triage actively maintained?
test-triage may need a closer maintenance check before production use.
Auto-fetched from GitHub.