change

Apply small code modifications with integrated cleanup and reporting.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/Objective-Arts/lens --skill change
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: change
Source: https://github.com/Objective-Arts/lens/tree/main/workflow-skills/workflow/change
Command: npx skills add https://github.com/Objective-Arts/lens --skill change

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of making minor code modifications by integrating the change, cleanup, and reporting steps into a single, efficient workflow.

Core Features & Use Cases

  • Atomic Changes: Ideal for adding fields, renaming variables, or fixing small bugs without disrupting the development flow.
  • Integrated Cleanup: Automatically reviews and cleans up code written during the change, adhering to best practices.
  • Use Case: Quickly add a new parameter to a function, ensure all call sites are updated, and verify the code is clean and well-documented.

Quick Start

Use the change skill to add an email field to the user model.

Frequently Asked Questions about change

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

FAQPage Schema
How do I make a small code change and ensure the code stays clean?

To make a small code change while keeping it clean, you need an integrated workflow that modifies the code, automatically reviews it against best practices, and generates a report.

What is the best way to add a field to a model and update all call sites?

The best way to add a field and update call sites is to perform an atomic code change that modifies the definition and automatically updates all dependent call sites.

Can I automate code cleanup and refactoring suggestions for minor bug fixes?

Automated code cleanup and refactoring suggestions for minor bug fixes can be integrated directly into the modification workflow, ensuring adherence to coding standards automatically.

Does this code modification workflow support multiple programming languages?

Yes, this code modification workflow supports implementing minor bug fixes and atomic changes across various programming languages.

What are the limitations of using automated refactoring for renaming identifiers?

Automated refactoring for renaming identifiers is limited to small, well-defined code modifications and may not be suitable for large-scale architectural changes.