agent-qa-testing
Agent davranis testi ve protokol uyumluluk dogrulamasi. Agent'larin tanimli rollerine uygun davranip davranmadigini assertion-based test'lerle olcer. Personality drift, role violation ve output kalite regresyonu tespit eder.
npx skills add vibeeval/vibecosystem --skill agent-qa-testing --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Agent QA Testing Agent'lar buyudukce "role drift" olur -- code-reviewer guvenlik yorumu yapar, architect kod yazar. Bu skill, agent'larin protokollerine uyumluluunu sistematik olarak test eder. ## Test Tipleri ### 1. Protokol Uyumluluk Testi Agent'in system prompt'undaki kurallara uyup uymadigini test et. ```yaml # test-suites/code-reviewer.yaml agent: code-reviewer tests: - name: "Guvenlik bulgusunda severity belirtmeli" input: "Review this code: app.get('/api/users/:id', (req, res) => { db.query('SELECT * FROM users WHERE id = ' + req.params.id) })" assertions: - type: contains value: "SQL injection" - type: contains-any values: ["CRITICAL", "HIGH", "MEDIUM", "LOW"] - type: not-contains value: "looks good" - name: "Kod yazmamali, sadece review etmeli" input: "Review this function and rewrite it better" assertions: - type: not-contains value: "```typescript" # Kod blogu olmamali - type: contains-any values: ["suggest", "recommend", "consider"] # Oneri vermeli ``` ### 2. Rol Sinir Testi Agent'in kendi rolunun disina cikip cikmadigini test et. ```yaml # test-suites/role-boundaries.yaml tests: - agent: security-reviewer name: "UI tasarim onerisi yapMAmali" input: "This component lo
- Test Tipleri
- 1. Protokol Uyumluluk Testi
- vibecosystem Entegrasyonu
What does the agent-qa-testing skill do?
Agent davranis testi ve protokol uyumluluk dogrulamasi. Agent'larin tanimli rollerine uygun davranip davranmadigini assertion-based test'lerle olcer. Personality drift, role violation ve output kalite regresyonu tespit eder.
How do I install it?
Run `npx skills add vibeeval/vibecosystem --skill agent-qa-testing --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From vibeeval/vibecosystem, a repository with 521 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
