Greg Hewett
Community@glhewett · Plano, Texas
Agent Skills by Greg Hewett
Showing 16 vetted skills indexed across 1 GitHub repositories.
issues-purge
Remove closed .toml issue files and commit the purge.
git-commit
Create atomic git commits with branch validation and optional lint and test checks.
git-feature-start
Create and push a remote-tracked feature branch from main.
issues-start
Update issue status, commit changes, and create a feature branch.
issues-create
Create TOML issue files with computed IDs and stage them with git.
issues-comment
Append a chronological comment to an issue stored in .issues/*.toml.
issues-show
Display formatted details from .issues/{id}.toml issue files.
issues-plan
Create implementation plans from issue titles and comments in .issues/*.toml files.
issues-close
Close TOML issues by updating metadata, appending comments, and committing.
git-merge-into
Merge feature branches into a target branch and push it to remote.
issues-assign
Assign a TOML issue file to the current git user and stage it.
issues-list
List open issues from .issues/*.toml files as a markdown table.
git-feature-complete
Merge feature branches into main and delete them after passing checks.
issues-complete
Close TOML issue files by updating status, appending comments, and committing changes.
git-commit-non-code
Create git commits for non-code file changes with CI skip annotations.
git-submodule-commit
Commit and push git submodule changes and update the parent repository reference.