Plugin Ecosystem
sanctum
Git and workspace operations — commit messages, PR preparation, documentation updates, and version management.
New
Git and workspace operations for active development workflows — commit messages, PR preparation, documentation updates, and version management.
Source: claude-night-market marketplace Version: 1.4.3 Author: Alex Thola
Key Commands
| Command | Description | When to Use |
|---|---|---|
/commit-msg | Draft a conventional commit message for staged changes with AI slop detection | After staging changes, before committing |
/prepare-pr | Full PR preparation (title, description, checks) | When ready to open a pull request |
/do-issue | Implement issues (GitHub/GitLab/Bitbucket) using progressive analyze-specify-plan-implement workflow | When starting work on a tracked issue |
/pr-review | Comprehensive PR/MR review with scope validation and code analysis | When reviewing someone's pull request |
/fix-pr | Fix issues flagged in PR review | After receiving PR feedback |
/fix-workflow | Fix a failing CI workflow | When CI is broken |
/git-catchup | Catch up on repository changes with structured analysis | After being away from a project |
/resolve-threads | Resolve PR review threads | When addressing review comments |
/create-tag | Create a git tag with version | When releasing a version |
/merge-docs | Merge documentation changes | When consolidating doc updates |
/update-docs | Update project documentation | When docs need refreshing |
/update-readme | Update README.md | When README is out of date |
/update-tests | Update test suite | When tests need updating |
/update-tutorial | Update tutorial content | When tutorials are stale |
/update-dependencies | Update project dependencies | When dependencies are outdated |
/update-plugins | Update installed plugins | When plugin updates are available |
/update-version | Bump version numbers | When preparing a release |
/update-ci | Update CI configuration | When CI config needs changes |
Skills
| Skill | When It Activates |
|---|---|
| commit-messages | When crafting commit messages |
| do-issue | When working on tracked issues |
| doc-consolidation | When consolidating documentation |
| doc-updates | When updating documentation |
| file-analysis | When analyzing file changes |
| git-workspace-review | When reviewing git workspace state |
| pr-prep | When preparing pull requests |
| pr-review | When reviewing pull requests |
| session-management | During session lifecycle events |
| test-updates | When updating tests |
| tutorial-updates | When updating tutorials |
| update-readme | When updating README files |
| version-updates | When updating versions |
| workflow-improvement | When improving CI/CD workflows |
Agents
| Agent | Purpose |
|---|---|
| git-workspace-agent | Analyze git workspace state and recommend actions |
| commit-agent | Prepare and execute well-formed commits |
| pr-agent | Manage the full pull request lifecycle |
| workflow-recreate-agent | Recreate CI workflows from scratch |
| workflow-improvement-analysis-agent | Analyze workflow issues and improvement opportunities |
| workflow-improvement-planner-agent | Plan workflow improvements |
| workflow-improvement-implementer-agent | Implement planned workflow improvements |
| workflow-improvement-validator-agent | Validate that workflow changes work correctly |
| dependency-updater | Update project dependencies safely |
Common Workflows
Ship a Feature
The standard flow from code to merged PR:
- Commit — Run
/commit-msgafter staging your changes. Sanctum analyzes the diff and drafts a conventional commit message, checking for AI slop (filler phrases, marketing language). - Prepare PR — Run
/prepare-prto generate a PR title, description, and self-review checklist. The pr-agent handles the full lifecycle. - Review — If reviewing someone else's PR, use
/pr-reviewfor comprehensive scope validation and code analysis. Use/resolve-threadsto address feedback.
Catch Up on a Project
When returning to a project after time away:
- Catch up — Run
/git-catchupto get a structured analysis of recent changes, including what happened, what's important, and what needs attention. - Work on an issue — Use
/do-issueto pick up a tracked issue. Sanctum uses a progressive workflow: analyze the issue, specify the approach, plan the implementation, then execute.
Tips
/commit-msgenforces conventional commits automatically. It detects and removes AI-generated filler language ("robust", "elegant", "leverage")./prepare-prworks with GitHub, GitLab, and Bitbucket. It detects your platform automatically.- The workflow-improvement agents form a pipeline: analysis, planning, implementation, and validation run in sequence.
/do-issueworks best when issues are well-described with acceptance criteria.
See Also
- PR Workflow
- Available Tools — Full command reference