What problem does it solve?
This Skill automates the process of committing and pushing changes across all repositories in the fyli monorepo. It detects changes per sub-repo, stages only relevant files, and constructs conventional commit messages for consistent history.
Core Features & Use Cases
- Scope-aware commit orchestration: Detects changes across root and sub-repos (cimplur-core, fyli-fe-v2, fyli-infra), stages per-repo files, and creates standardized messages.
- Safe per-repo pushes: Pushes each repository independently, avoiding cross-repo conflicts and accidental pushes to non-existent branches.
- Use Case: When you modify code in multiple subrepos, run this skill to create uniform commits and push them to origin with minimal manual steps.
Quick Start
Run the commit workflow to scan for changes, stage files per repo, generate Conventional Commits, and push to origin.