Stage, commit and push all code in the current branch
/plugin marketplace add rafaelcalleja/claude-market-place/plugin install claudekit-skills@claude-market-placegit/Stage, commit and push all code in the current branch:
1. Review all modified files and their changes
**DO NOT** commit and push any confidential information (such as dotenv files, API keys, database credentials, etc.) to git repository!
2. Generate a clear, descriptive commit message summarizing the changes.
Follow convention commit rules (eg. `fix`, `feat`, `perf`, `refactor`, `docs`, `style`, `ci`, `chore`, `build`, `test`)
Any changes related to Markdown files in `.claude/` should be using `perf:` (instead of `docs:`)
New files in `.claude/` directory should be using `f...