spectra-commit

Commit files for a specific Spectra change using git.

24|1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/cashwu/Tubify --skill spectra-commit-cashwu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spectra-commit
Source: https://github.com/cashwu/Tubify/tree/main/.agents/skills/spectra-commit
Command: npx skills add https://github.com/cashwu/Tubify --skill spectra-commit-cashwu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the commit process for files related to a specific Spectra change, reducing manual steps and ensuring accuracy in file management.

Core Features & Use Cases

  • Selective File Commit: Commit only the files belonging to one change, even when multiple changes are in progress.
  • Integration with Spectra CLI: Requires Spectra CLI for change management.
  • Use Case: When working on a Spectra project with multiple changes, this Skill ensures that only the relevant files are committed, keeping the repository organized and changes traceable.

Quick Start

Commit the files for the change 'add-auth' by using the command: $spectra-commit add-auth.

Frequently Asked Questions about spectra-commit

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

FAQPage Schema
How do I commit specific files for a single change when multiple changes are in progress?

Selective file commit isolates files belonging to one change from source tracking data and artifact changes, ensuring only relevant files are staged and committed. This keeps repositories organized when managing multiple concurrent changes.

How do I automate git commits for Spectra changes?

Automating git commits for Spectra changes uses source file tracking data to select and stage files accurately. Run a command specifying the change name to commit only the related files without manual staging.

Do I need git to automate file commits for Spectra changes?

Yes, git is required as a dependency for version control. The Skill relies on git to stage and commit the specific files identified from Spectra source tracking data and artifact changes.

What's the best way to keep a repository organized when managing multiple Spectra changes?

Selective file commit ensures only files belonging to a specific change are committed, keeping the repository organized and changes traceable. It prevents unrelated artifact changes from being mixed into a single commit.

Can I use this to commit only the artifacts related to one Spectra change?

Yes, committing only the artifacts related to one Spectra change is supported. The Skill selects files from source file tracking data and artifact changes to commit precisely the files for that specific change.

Why does staging files manually fail when working on multiple Spectra changes?

Manual staging fails to isolate specific changes accurately, mixing unrelated files. This Skill solves the problem by selecting files from source tracking data and artifact changes to commit only relevant files for a specific change.