manually-qa-branch

Set up an isolated Sculptor environment to test a pull request commit.

213|13|Updated Aug 7, 2025
One-click install
npx skills add https://github.com/imbue-ai/sculptor --skill manually-qa-branch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manually-qa-branch
Source: https://github.com/imbue-ai/sculptor/tree/main/.claude/skills/manually-qa-branch
Command: npx skills add https://github.com/imbue-ai/sculptor --skill manually-qa-branch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manually verify the functionality of a pull request after setting up an isolated development environment, providing an easy way to ensure the pull request integrates smoothly.

Core Features & Use Cases

  • Pull Request Testing: Automates the creation of an isolated testing environment with the state of a pull request's specific commit.
  • Sculptor App Integration: Leverages Sculptor to execute a pre-configured sequence of actions.
  • Code Review: Provides immediate feedback with parallel execution of code review processes during manual testing.

Quick Start

Test the pull request numbered '1234'.

Frequently Asked Questions about manually-qa-branch

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

FAQPage Schema
How do I test a pull request in an isolated development environment?

To test a pull request in an isolated environment, this Skill creates a shallow clone at the specific commit using GitHub CLI. It leverages Sculptor to execute pre-configured actions and provides instructions for running manual verification tests.

Can I run manual verification and code review processes at the same time?

Yes, you can run manual verification and code review processes simultaneously. The Skill provides immediate feedback by executing code review processes in parallel while you perform manual testing on the isolated pull request.

What is needed to set up a GitHub pull request testing environment with Sculptor?

Setting up a GitHub pull request testing environment requires the GitHub CLI (gh) to interact with repository APIs. The Skill uses these CLI commands to fetch and configure the isolated environment before executing pre-configured Sculptor actions.

Does this tool perform a full clone or a shallow clone for pull request testing?

The tool performs a shallow clone for pull request testing. It specifically clones the repository at the exact commit specified in the pull request to establish the isolated development environment quickly.

What's the best way to verify a specific pull request commit before merging?

The best way to verify a specific pull request commit before merging is using this Skill to fetch the commit state via GitHub CLI. It sets up an isolated environment in Sculptor, allowing you to manually test functionality and ensure smooth integration.