coding

Apply minimal code changes to a shared repository while preserving tests.

3|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/jvdheyden/jobwatch --skill coding-jvdheyden
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coding
Source: https://github.com/jvdheyden/jobwatch/tree/main/.agents/skills/coding
Command: npx skills add https://github.com/jvdheyden/jobwatch --skill coding-jvdheyden

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reduces the manual toil of making safe, minimal changes to a shared codebase while preserving project architecture and tests.

Core Features & Use Cases

  • Guided, minimal edits: Proposes small, scope-limited changes that align with existing conventions and pass tests.
  • Consistency enforcement: Verifies changes against repo standards, tests, and integration points to minimize regressions.
  • Use Case: For bug fixes or feature tweaks across a large codebase, the agent suggests exact edits and creates a traceable plan.

Quick Start

Describe the smallest safe change you want implemented in this repository.

Frequently Asked Questions about coding

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

FAQPage Schema
How do I automate safe code changes in a shared repository?

To apply minimal changes for bug fixes across a large codebase, an intelligent repo developer suggests exact edits and creates a traceable plan while enforcing strict scope control and verifying integration points to minimize regressions.

How do I ensure code refactoring follows project conventions and passes tests?

Ensuring code refactoring follows project conventions requires enforcing consistency checks against repo standards, validating changes against tests, and avoiding touching private state or unrelated files during the update process.

Can I use an automated agent to fix bugs without touching unrelated files?

Yes, you can use an automated repo development agent to fix bugs without touching unrelated files by applying strict scope control that preserves architecture and avoids modifying private state outside the intended change area.

What is the best way to add tests to a shared codebase without breaking existing architecture?

The best way to add tests to a shared codebase without breaking existing architecture is to automate guided, minimal edits that verify compatibility checks and validate all changes against current integration points.

Are there limitations to using automated minimal edits for repo development?

Limitations of automated minimal edits include strict scope control boundaries, meaning changes are intentionally small and may not suit large architectural overhauls, and the agent avoids touching private state or unrelated files entirely.