ml-code-store-promote

Migrate code to an ml-code-store and generate git diffs and unit tests.

Updated Jun 21, 2026
One-click install
npx skills add https://github.com/infantesromeroadrian/arca-agent --skill ml-code-store-promote
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ml-code-store-promote
Source: https://github.com/infantesromeroadrian/arca-agent/tree/main/template/skills/ml-code-store-promote
Command: npx skills add https://github.com/infantesromeroadrian/arca-agent --skill ml-code-store-promote

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) components.

What problem does it solve?

The task of manually promoting functions or classes from project source directories to a central ml-code-store is a complex and time-consuming one. This Skill streamlines the process by automating the promotion and updating dependencies and imports, thereby saving developers valuable time.

Core Features & Use Cases

  • Automated Code Promotion: Moves functions or classes to a designated ml-code-store based on approved proposals.
  • Code Migrations: Handles code migrations and generates necessary git diff files.
  • Test Generation: Seeds unit tests to ensure functionality.
  • Use Case: After an engineer marks a candidate as APPROVED, use /ml-code-store-promote <symbol> to automatically promote the code and handle imports and testing.

Quick Start

Invoke /ml-code-store-promote <symbol> to promote the specified function or class to the ml-code-store upon approval by the designated user.

Frequently Asked Questions about ml-code-store-promote

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

FAQPage Schema
How do I automate code promotion from a project source directory to a central repository?

Automating code promotion to a central repository involves parsing dependencies, updating imports, handling code reviews, and generating unit tests. This skill executes that migration automatically upon approval to move specified functions or classes to an ml-code-store.

How does automated code migration handle dependency and import updates?

Automated code migration handles dependency and import updates by parsing project dependencies during the promotion process. It ensures that moving a function or class to the ml-code-store automatically updates the necessary imports across the project.

Does this code promotion process generate unit tests for migrated code?

Yes, the code promotion process generates unit tests for migrated code. It seeds unit tests during the migration to ensure the functionality of the promoted symbols is verified within the standardized testing framework.

Do I need git to manage code migrations and repository promotions?

Yes, you need git to manage code migrations and repository promotions. Git is a required dependency for tracking changes and generating the necessary git diff files during the promotion of code snippets to the central repository.

What is the best way to move an approved function to a standardized code store?

The best way to move an approved function to a standardized code store is to invoke the promotion command with the target symbol. This automates the migration, dependency parsing, import updates, and test generation in one action.

Can I use this automated code migration without an approved proposal?

No, you cannot use this automated code migration without an approved proposal. The process is designed to trigger only after an engineer marks a candidate as APPROVED, ensuring code reviews are completed before promotion.