Loading...
Loading...
Found 264 Skills
Commit standards for Engram contributors. Trigger: Any commit creation, review, or branch cleanup.
Summarize code changes by author type and scope. Inputs are author and scope with product plus PR as defaults.
Compare files and directories between git worktrees or worktree and current branch
Git branch completion workflow. Use when implementation is complete, tests pass, and a feature branch needs to be integrated via merge, pull request, or cleanup.
Generate Git branch names from staged or branch changes
Generates conventional one line commit messages from a git diff
Automated Git Commits
Commit recent changes that haven't yet been commited.
Maintains CHANGELOG.md following Keep a Changelog format and Semantic Versioning. Use when the user mentions preparing or publishing a new release, or asks to review or refactor CHANGELOG.md.
Clean up local branches after PR merges. Syncs main with origin, identifies branches with merged PRs, and proposes safe deletion. Use when the user asks to 'clean up branches', 'delete merged branches', 'sync branches', or mentions branch cleanup.
Branch Naming Helper - Auto-activating skill for DevOps Basics. Triggers on: branch naming helper, branch naming helper Part of the DevOps Basics skill category.
Sync with remote repository using pull --rebase. Use when you need to update your local branch with remote changes.