ahmedelgabriahmedelgabriCommunity·4 Agent Skills Included

dotfiles

Git and Jujutsu commits, PR reviews, and writing cleanup

Creates well-formatted Git and Jujutsu commits, drafts GitHub pull requests, and reviews PRs for bugs and design issues. Removes robotic writing patterns and restates jargon-filled text in plain human language. Eliminates manual commit message drafting, PR formatting, and repetitive code review work so developers ship changes faster.
npx skills add ahmedelgabri/dotfiles --all -g -y
Available:

Tells the agent how this Nix-based dotfiles repo is structured, which version control system to use, and what commit message and code style conventions to follow when making changes.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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