Agent skill
commit
Auto-commit with smart branching. Use when asked to commit, push changes, or prepare a merge request.
Install this agent skill to your Project
npx add-skill https://github.com/mir/maratai/tree/main/claude-maratai-dev/skills/commit
SKILL.md
- Observe local changes using git commands.
- If the current branch is master:
- Create a new branch with short descriptive name
- Move all the changes to the newly created branch
- Add the changes to prepare commit in the next step (git add .)
- Commit with a short, concise, descriptive commit message
- Check that all files are committed. Fix that if it is not true.
- Push the new branch
- Review all the changes made in this branch (not only latest commit)
- Create a proposal to the user to do a short concise merge request using the glab utility, describing all the changes made in the branch.
- If $ARGUMENTS mentions "mr" then create an mr. If "$ARGUMETNS" mention automatic merge, then create MR with squash and automatic merge options.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
week-report
Prepare weekly management report. Use when asked to create a weekly report, summarize recent changes, or prepare a demo of what was done in the past week.
demo-page
Create a polished, self-contained HTML demo page from any source material — feature descriptions, ticket lists, release notes, or free-form conversation. Use when asked to create a demo page, presentation, or showcase.
jira-confluence
Access Jira issues and Confluence pages via Python scripts with OAuth 2.0 authentication. Use when user asks about Jira tickets, issues, bugs, stories, epics, sprints, or Confluence pages, wiki, documentation.
google-docs-sheets
Export Google Docs and Google Sheets (spreadsheets) to Markdown files or stdout. Use when asked to fetch, download, or ingest Google Docs/Sheets content for summarization, analysis, or context loading. Tries gcloud ADC first with browser OAuth fallback.
data-analyst
Data analysis master. Use when asked to query a database, explore schema, analyze data, run SQL, or investigate tables.
week-report
Prepare weekly management report. Use when asked to create a weekly report, summarize recent changes, or prepare a demo of what was done in the past week.
Didn't find tool you were looking for?