improve

Audits a codebase and generates prioritized implementation plans for other agents.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kaissalha/webld --skill improve-kaissalha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: improve
Source: https://github.com/kaissalha/webld/tree/main/.agents/skills/improve
Command: npx skills add https://github.com/kaissalha/webld --skill improve-kaissalha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams audit a codebase and generate high-value, self-contained implementation plans for other agents to execute. It never edits source code itself; it focuses on identifying opportunities, scoping work, and producing actionable handoffs.

Core Features & Use Cases

  • Deep-dive codebase assessment to surface bugs, security concerns, performance gaps, and DX issues.
  • Prioritized plan generation with clear scope, steps, tests, and verification criteria.
  • Hand-off ready outputs for other agents to execute, swap-in safe migration paths, and track progress.
  • Strict read-only guidance and plan-only artifacts to preserve source integrity.

Quick Start

Provide a concise, prioritized set of self-contained implementation plans for a codebase audit to be executed by other agents.

Frequently Asked Questions about improve

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

FAQPage Schema
How do I generate an executable improvement plan from a codebase audit?

An executable improvement plan is generated by auditing codebase structure, tests, security, performance, and DX to produce prioritized, self-contained artifacts. These plans include explicit drift checks and verification gates for other agents to execute.

What is the best way to prioritize tech debt and security fixes for agent handoff?

Prioritize tech debt and security fixes by identifying high-value opportunities across repository scope, including correctness, performance, and migrations. Output ready handoff plans with clear scope, steps, tests, and verification criteria for execution.

Does this code audit tool modify source code during plan generation?

No, this code audit tool never modifies source code. It provides strict read-only guidance and produces plan-only artifacts under a dedicated directory to preserve source integrity during the assessment.

How do I create migration paths and verification gates for codebase improvements?

Create migration paths and verification gates by scoping work into self-contained implementation plans. These plans specify swap-in safe steps, track progress, and include explicit drift checks to ensure safe execution by other agents.

Can I use this for auditing test coverage and developer experience across a repository?

Yes, you can use this for auditing test coverage and developer experience. It performs a deep-dive codebase assessment across the entire repository scope to surface gaps, bugs, and DX issues before generating actionable handoffs.

What limitations exist when using read-only plans for software engineering handoffs?

The limitation is that read-only plans cannot directly resolve issues; they only identify opportunities and produce artifacts. You must deploy other agents to execute the generated steps, tests, and migrations to apply the actual source-code changes.