Skip to content
Testing
Skill

/testdriver-quickstart-github

Drop-in UI tests for any GitHub repository.

From plugin
testdriverai
24365 skills1 agent
Install
$ npx -y skills add testdriverai/testdriverai --skill testdriver-quickstart-github --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/testdriver-quickstart-github

Context preview

The summary Claude sees to decide when to auto-load this skill.

Drop-in UI tests for any GitHub repository.

SKILL.md

testdriver-quickstart-github.SKILL.md
name: testdriver:quickstart-github
description: Drop-in UI tests for any GitHub repository.

<!-- Generated from quickstart-github.mdx. DO NOT EDIT. -->

Drop-in UI tests for any GitHub repository. Mention `@testdriverai` in a pull request or issue and it writes, runs, and commits UI tests, then catches regressions before they merge. No local install required.

<Card title="Add to GitHub" icon="github" href="https://go.testdriver.ai/github" arrow horizontal > Install the TestDriver GitHub App and start testing in minutes. </Card>

<Steps> <Step title="Install the GitHub App"> Click **Add to GitHub** above and choose the repositories you want to test. You can add more repositories later from your GitHub organization settings. </Step>

<Step title="Mention @testdriverai"> Open a pull request or an issue and describe the test you want in a comment:

    @testdriverai Write a test that verifies the homepage loads and the signup button works.

TestDriver replies in the thread, starts a sandbox, writes the test, runs it, and posts the result with a link to the recording. It then opens a pull request that adds the test file to your repository.

<Tip> Describe what a user does and what they should see, not implementation details. "Log in, add the first product to the cart, and confirm the cart badge shows 1" gives better results than "click `#add-btn`". </Tip> </Step>

<Step title="Catch regressions automatically"> Once tests are committed, TestDriver runs them on every pull request that changes something a user would see and posts a review with what it observed, including a recording. Mention `@testdriverai` on any PR to ask follow-up questions or request more tests. </Step> </Steps>

Want to use TestDriver from GitHub Copilot or the GitHub Mobile app? Read the full GitHub guide:

<Card title="GitHub Integration Guide" icon="arrow-right" href="/copilot/auto-healing#use-testdriver-in-github" arrow horizontal > Use TestDriver from GitHub web, Copilot chat, PR reviews, and mobile. </Card>

Read more
Ships withtestdriverai

Computer-Use SDK for E2E QA Testing

Get the whole plugin

Other skills on testdriverai.