foxctl Dev Workflow

Automate PR status, CI review, test execution, and session recall via foxctl commands.

3|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/joshka0/foxctl --skill foxctl-dev-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foxctl Dev Workflow
Source: https://github.com/joshka0/foxctl/tree/main/configs/skills-condensed/foxctl-dev-workflow
Command: npx skills add https://github.com/joshka0/foxctl --skill foxctl-dev-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams keep up with PR status, CI results, testing progress, and ongoing work while preserving context across sessions.

Core Features & Use Cases

  • CI status and comments: Retrieve unified PR status and review comments from sources like CodeRabbit and Greptile.
  • Test execution: Run tests in modes such as standard, coverage, and race detection, or target specific test patterns.
  • Task tracking with session recall: Add and manage todo items and recall prior sessions using search over past work.

Quick Start

Run foxctl-dev workflow to check the current PR’s CI results and associated progress by asking an AI agent to execute: foxctl ci results --pr 123 --failed

Frequently Asked Questions about foxctl Dev Workflow

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

FAQPage Schema
How do I track PR status and CI results for a specific pull request?

Track PR status and CI results by executing foxctl CI subcommands with JSON envelope inputs. You can retrieve unified PR status and review failed checks using commands like foxctl ci results --pr 123 --failed.

Can I run targeted tests with race detection and coverage modes?

Run targeted tests with race detection and coverage modes using foxctl test-runner commands. You can execute standard tests, enable coverage reporting, activate race detection, or target specific test patterns based on your workflow needs.

How does session recall work for preserving developer workflow context?

Session recall preserves developer workflow context by searching over past work items and prior sessions. It uses foxctl session and task commands to retrieve context, allowing you to add and manage todo items while tracking ongoing work.

Does the foxctl dev workflow integrate with automated code review tools?

The foxctl dev workflow integrates with automated code review tools like CodeRabbit and Greptile. It retrieves review comments from these sources alongside CI status to provide a unified view of PR feedback and testing progress.

What is the best way to manage task tracking and todo items across engineering sessions?

Manage task tracking and todo items across engineering sessions by using foxctl task commands within the dev workflow. This allows you to add items, manage ongoing work, and recall prior session context to maintain continuity across development cycles.