Civitas Cerebrum
Official@civitas-cerebrum · Netherlands
Developing automation solutions
Agent Skills by Civitas Cerebrum
Showing 25 vetted skills indexed across 2 GitHub repositories.
performance-testing
Writes and runs k6 load tests that verify latency and error-rate SLOs via thresholds.
database-testing
Writes and runs SQL-backed tests asserting row counts, cell values, and transaction behavior via the Steps API.
companion-mode
Runs single-task Playwright verifications and produces evidence bundles with screenshots, video, trace, and HAR.
secrets-sweep
Extracts hardcoded credentials, API keys, and URLs from Playwright test suites into .env files.
ticket-driven-testing
Verifies ticket and PR changes with Playwright evidence bundles, negative controls, and sentinel tests.
contributing-to-achilles-protocol
Guides contributions to the element-interactions Playwright facade package and its skill suite.
self-repair
Repairs failing Playwright test suites by fanning out one repair worker per red spec file.
test-catalogue
Generate a stakeholder-facing PDF catalogue of Playwright test scenarios grouped by section and priority.
selector-development
Adds a single inert test attribute to frontend elements lacking stable selectors for e2e tests.
test-data-conventions
Defines test data generation, resolution, and cleanup rules for Playwright end-to-end suites.
bug-report
Generates structured Jira defect tickets with reproduction steps, severity, and traceability fields.
perf-onboarding
Bootstraps a gated k6 performance test suite from zero through seven enforced phases.
workflow-reviewer
Reviews pipeline phase handovers against methodology exit criteria and returns approve, reject, or escalate verdicts.
achilles-protocol
Orchestrates staged Playwright end-to-end test authoring, diagnosis, and coverage workflows.
contract-testing
Writes contract-style API tests asserting status codes, headers, and response schemas with Playwright.
element-interactions
Runs Playwright UI tests using a page-repository-driven model with separated element acquisition and interaction.
agents-vs-agents
Evaluate adversarial AI behavior across triad interactions to uncover guardrail weaknesses.
test-repair
Repairs flaky or failing Playwright test suites via a multi-stage pipeline with clustered fixes and targeted validation.
work-summary-deck
Generate a self-contained HTML QA summary deck from project test data.
test-composer
Generates and updates a full test portfolio for a user journey using the Steps API.
bug-discovery
Probe deployed apps for software bugs after test suites pass.
failure-diagnosis
Diagnose failing Playwright tests through evidence-based triage of traces, screenshots, and console logs.
coverage-expansion
Coordinate journey-level test coverage expansion across a mapped application.
journey-mapping
Discovers web application pages and user flows via Playwright to produce a prioritized journey map.
Frequently Asked Questions About Civitas Cerebrum
FAQPage SchemaWhat specific quality assurance tasks does Civitas Cerebrum enable?▼
Civitas Cerebrum enables automated journey mapping, contract verification for HTTP interfaces, and systematic repair of flaky UI test suites. It further supports bug discovery in deployed environments and generates comprehensive HTML summary decks from project test data to visualize coverage and failure diagnostics.
Which engineering personas benefit from these capabilities?▼
These capabilities are designed for Quality Assurance Engineers, Software Development Engineers in Test (SDETs), and Reliability Engineers. The framework specifically targets teams managing complex Playwright-based test suites who require advanced triage, journey-level coverage expansion, and adversarial behavior testing to maintain high-velocity release cycles.
What are the prerequisites for integrating these testing capabilities?▼
Integration requires an existing Playwright-based testing environment and a defined application structure. Users must implement the Steps interface for contract verification and adopt the page-repository-driven model for element interactions to enable the framework's diagnostic, repair, and onboarding functions effectively.