pr-fix-build

Apply ESLint, Prettier, and test fixes to a specified GitHub branch.

Updated May 18, 2026
One-click install
npx skills add https://github.com/tomsoulage-dedalus/presc-workflows-tools --skill pr-fix-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-fix-build
Source: https://github.com/tomsoulage-dedalus/presc-workflows-tools/tree/main/skills/pr-fix-build
Command: npx skills add https://github.com/tomsoulage-dedalus/presc-workflows-tools --skill pr-fix-build

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, eslint, prettier, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the application of fixes like code formatting and tests on a remote pull request branch, saving developers time and reducing manual errors.

Core Features & Use Cases

  • Automated Fixes: Applies code formatting (ESLint, Prettier) and tests to the specified branch.
  • Branch Targeting: Allows users to specify which remote branch to apply the fixes to.
  • Fix Options: Offers options for fixing formatting (format) or tests (tests).
  • Use Case: Ideal for teams that want to ensure all pull requests meet coding standards and pass tests without manual intervention.

Quick Start

Execute the pr-fix-build skill with the branch name and fix type. Example: /pr-fix-build presc/bugfix/ORBISBUG-38544 format

Frequently Asked Questions about pr-fix-build

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

FAQPage Schema
How do I automatically apply ESLint and Prettier formatting to a remote pull request branch?

To automatically apply ESLint and Prettier formatting to a remote pull request branch, you can use a skill that targets the specified branch and executes code formatting fixes directly. It requires the gh and git CLI tools along with existing node_modules.

Can I run automated tests and formatting on a GitHub branch without manual intervention?

Yes, you can run automated tests and formatting on a GitHub branch without manual intervention by executing a skill that applies fixes to the specified remote branch. It processes tasks like ESLint checks and automated testing directly.

Do I need to install node_modules to run automated code fixes on a pull request?

Yes, you need node_modules installed at the root of the main repository to run automated code fixes. The process relies on local ESLint and Prettier installations, alongside the gh and git CLI tools, to apply changes.

What is the best way to ensure remote pull requests meet coding standards automatically?

The best way to ensure remote pull requests meet coding standards automatically is to apply a skill that executes ESLint and Prettier on the specified branch. This enforces coding standards and passes tests without manual intervention.

Why does automated branch formatting fail to find the ESLint configuration?

Automated branch formatting fails to find the ESLint configuration because it requires node_modules to be present at the root of the main repository. Ensure the gh and git CLI tools are installed and the repository dependencies are fully installed.

Can I choose between fixing formatting or tests when targeting a pull request branch?

Yes, you can choose between fixing formatting or tests when targeting a pull request branch. The skill accepts a fix option parameter, allowing you to specify either format for Prettier and ESLint or tests for automated testing.