I built xcepto-skill so AI agents can write better Xcepto tests
Xcepto is still new, and that created an unexpected problem: AI agents were bad at writing Xcepto tests.
Not because the tests were impossible — but because the model had almost no reliable context. When I asked Codex to write Xcepto tests, it usually tried to infer the framework from whatever it could find. Sometimes it checked out Xcepto.NET somewhere temporary. Sometimes it guessed APIs through reflection. Sometimes it copied local fragments without really understanding the test model.
