dotfiles
Git and Jujutsu commits, PR reviews, and writing cleanup
All Skills in This Repository (4)
Pure Emerald Level Indicatorsgenerating-commit-messages
Generate conventional commit messages from git diffs.
jira
Map natural language prompts to jira CLI commands for issue and sprint management.
github
Translate natural language requests into gh CLI commands for GitHub tasks.
jujutsu
Map Git workflows to Jujutsu commands with revsets and bookmarks.
Frequently Asked Questions
FAQPage SchemaHow to install ahmedelgabri/dotfiles skills?▼
Run `npx skills add ahmedelgabri/dotfiles --all -g -y` in your terminal to install all skills in this repository globally.
How to write better commit messages with AI?▼
The git-commit and jj-commit skills inspect your working directory changes and draft Conventional Commits messages with a clear subject and a body explaining the motivation.
Can AI create and review GitHub pull requests?▼
Yes. The pr-create skill drafts a PR title and body from your commits using the gh CLI, and pr-review examines the diff for bugs, security issues, and style problems.
What is the difference between the git-commit and jj-commit skills?▼
The agent detects whether your repository uses Git or Jujutsu and picks the right skill, since Jujutsu has no staging area and needs explicit file selection when committing.
How to make AI-generated text sound more human?▼
The unslop skill scans text for common AI writing patterns like filler phrases, buzzwords, and em dash overuse, then rewrites it in a natural human voice.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core