propose-modification

Generate and submit software component modification proposals with configurable review details.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill propose-modification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: propose-modification
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/story/propose-modification
Command: npx skills add https://github.com/GDSDN/kord-aios --skill propose-modification

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires chalk, inquirer, fs, path, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation and submission of modification proposals for code changes, streamlining the review and approval process within development teams.

Core Features & Use Cases

  • Automated Proposal Generation: Creates detailed modification proposals based on component paths and modification types.
  • Configurable Options: Supports various parameters like title, description, priority, assignees, and linking issues.
  • Use Case: A developer needs to refactor a core utility script. They use this Skill, specifying the script path and 'refactor' type, providing a title and description, and assigning reviewers. The Skill generates a comprehensive proposal for team review.

Quick Start

Use the propose-modification skill to refactor the file 'src/utils/helpers.js' with the title 'Optimize performance'.

Frequently Asked Questions about propose-modification

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

FAQPage Schema
How do I automate code modification proposals for refactoring?

Automate code modification proposals by specifying a component path and modification type like refactor. The tool generates a detailed submission with configurable titles, descriptions, and assignees for team review.

What is the best way to submit a deprecation proposal for a software component?

Submitting a deprecation proposal involves specifying the target component path and selecting the deprecate modification type. The system creates a configurable submission with priority and linked issues for collaborative review.

How do I configure assignees and linked issues when generating code change proposals?

Configure assignees and linked issues during proposal generation by passing them as parameters. The system supports setting titles, descriptions, priorities, and issue links to integrate with management and notification systems.

Does this code proposal workflow support enhancement modifications alongside refactoring?

Yes, the code proposal workflow supports enhancement modifications alongside refactoring. It handles various modification types including refactor, enhance, and deprecate to streamline the review and approval process.

Can I use local file system paths to target scripts for modification proposals?

Yes, you can target scripts using local file system paths. The tool uses standard file system modules to read component paths and generate comprehensive modification proposals for team review.

Why use AI-driven proposal generation for software development code changes?

AI-driven proposal generation automates the creation of detailed code change submissions. It streamlines the review process by formatting titles, descriptions, and priorities for collaborative approval workflows.