agentplane-local-dev-operator

Analyze changed files and run task-scoped validation for AgentPlane projects.

72|9|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/basilisk-labs/agentplane --skill agentplane-local-dev-operator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentplane-local-dev-operator
Source: https://github.com/basilisk-labs/agentplane/tree/main/skills/agentplane-local-dev-operator
Command: npx skills add https://github.com/basilisk-labs/agentplane --skill agentplane-local-dev-operator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the inefficiency of running broad, slow command chains during development by providing targeted, graph-aware local checks and validation for AgentPlane-based projects.

Core Features & Use Cases

  • Impact Analysis: Quickly identify changed files and determine the minimal set of required local checks.
  • Task Scope Validation: Ensure branch_pr mutations are correctly scoped to specific tasks and prevent accidental commits to main.
  • Dependency Triage: Automate the verification of dependency bumps using repo-specific parity, schema, and knip checks.
  • Use Case: When preparing a pull request, use this skill to run only the tests affected by your recent changes, ensuring faster feedback loops and safer dependency updates.

Quick Start

Use the agentplane-local-dev-operator skill to run the impact analysis and determine the necessary checks for your current branch.

Frequently Asked Questions about agentplane-local-dev-operator

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

FAQPage Schema
How do I run targeted tests for changed files in a Turborepo monorepo?

To run targeted tests in a Turborepo monorepo, use impact analysis to identify changed files and determine the minimal set of required local checks. This graph-aware approach executes only the necessary validation for faster feedback loops.

How does dependency triage work for CI workflows in Turborepo?

Dependency triage for CI workflows automates the verification of dependency bumps using repo-specific parity, schema, and knip checks. It operates within the local project graph to ensure deterministic validation of updates.

Do I need Bun runtime to execute local development checks?

Yes, you need the Bun runtime to execute local development checks. The skill requires Bun and access to the local project graph to perform deterministic CI and dependency validations within Turborepo-managed repositories.

Can I validate branch task scope to prevent accidental commits to main?

Yes, you can validate branch task scope to prevent accidental commits to main. Task scope validation ensures branch_pr mutations are correctly scoped to specific tasks, maintaining branch integrity during pull request preparation.

What's the best way to speed up local validation before a pull request?

The best way to speed up local validation before a pull request is running graph-aware impact analysis to execute only tests affected by recent changes. This prevents broad, slow command chains and ensures safer dependency updates.

Why does running full CI checks locally slow down my development workflow?

Running full CI checks locally slows down development because it executes broad, slow command chains unnecessarily. Graph-aware targeted impact analysis solves this by identifying the minimal set of required checks based on changed files.