consuelo-test

Automates post-deploy verification of Consular changes via Linear and PR criteria.

7|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/consuelohq/openengineer --skill consuelo-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consuelo-test
Source: https://github.com/consuelohq/openengineer/tree/main/.opencode/skills/consuelo-test
Command: npx skills add https://github.com/consuelohq/openengineer --skill consuelo-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Test deployed Consuelo changes against Linear task requirements and PR verification criteria. Runs after successful Railway deploys to verify features work in production.

Core Features & Use Cases

  • End-to-end post-deploy verification: validate changes against Linear task criteria and PR verifications in a live production environment.
  • Requirement extraction and criteria derivation: pull criteria from Linear tasks or PR descriptions to align testing scope with intended behavior.
  • Automated reporting: compile results and push updates to Linear tasks and PR threads to close the feedback loop.

Quick Start

Run post-deploy verification by fetching the Linear task and PR criteria, then perform live-system tests on the Railway deployment to confirm features work.

Frequently Asked Questions about consuelo-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate post-deploy verification against Linear task criteria after a Railway deployment?

Automate post-deploy verification by pulling Linear task criteria and PR descriptions, deriving test cases, running API/UI checks against the live Railway deployment, and reporting results back to Linear and PR threads.

What is end-to-end post-deploy testing for production deployments?

End-to-end post-deploy testing validates that newly deployed features work in a live production environment by checking acceptance criteria from Linear tasks or PR bodies against the actual running application.

Does this post-deploy testing process require a successful Railway deployment before running?

Yes, post-deploy verification is applied after successful Railway deployments to confirm features work as intended across live environments before closing the feedback loop in Linear and PR threads.

Can I verify PR acceptance criteria automatically against a live production environment?

Yes, you can verify PR acceptance criteria by extracting requirements from PR descriptions, deriving verification criteria, running API and UI checks against the deployed app, and pushing automated results back to PR threads.

What's the best way to close the feedback loop between deployment and Linear task updates?

Close the feedback loop by running automated end-to-end tests after deployment, then compiling results and pushing updates directly to Linear tasks and PR threads to confirm features meet the intended acceptance criteria.