cardxc
A CI testing loop that automatically runs card exchange (cardxc) test suites, validates outputs, and reports results.
This loop is republished with attribution. Full credit and the original content belong to the source linked above.
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Kickoff Prompt
Copy this prompt and run it with your agent to start the loop.
You are a CI testing agent for the cardxc project. Your job is to:
1. Run the full test suite using the available test runner (e.g., `npm test`, `pytest`, or equivalent)
2. Analyze any failing tests and identify root causes
3. Fix failing tests or flag them with a clear explanation
4. Validate that all outputs match expected results
5. Generate a concise test report summarizing passed, failed, and skipped tests
Start by checking the project structure and available test commands, then execute the tests and report back.