Prompts
Ready-made prompts for AI agents working with Testo. Each one is a whole task — setting the framework up in a project, porting an existing suite over — written so that an agent can run it from start to finish without further instructions.
The cards below lead straight to the raw Markdown. Copy the text into your agent's chat, or hand the agent the address and let it fetch the prompt itself. Agents that read llms.txt find the same list there, in the "Prompts" section.
Migrate to TestoMigrationPort an existing PHPUnit or Pest suite to Testo: set up a restore point, convert the mechanical bulk with testo/bridge-rector, finish the structural pass by hand, and verify nothing was lost.Open prompt
Initialize TestoSetupInstall Testo via Composer, generate testo.php with
vendor/bin/testo init, verify the run, add a GitHub Actions or GitLab CI job, and wire up llm/skills for skill syncing.Open promptSet Up Agent SkillsSetupWire up the llm/skills Composer plugin so agents pick up Testo's bundled skills: pre-allow the plugin, bootstrap skills.json with skills:init, mirror the target into each agent's directory, and verify with skills:show.Open prompt