Sanctum
Sanctum from athola/claude-night-market.
Skills in this plugin
19- ▌ Pr Prep · athola bundlePrepares pull requests by running quality gates, drafting descriptions, and validating tests. Use when completing a feature and ready for review.
- ▌ Do Issue · athola bundleImplements GitHub or GitLab issues via parallel subagents with review gates between task batches. Use when resolving multi-step issues end-to-end.
- ▌ Pr Review · athola bundleReviews pull requests with scope validation, requirements compliance, and line comments. Use when reviewing GitHub or GitLab PRs.
- ▌ Stack Mode · atholaDetects shared stack membership and iterates a command across all PRs in base-to-tip order. Use when a command supports --stack flag for multi-PR iteration.
- ▌ Stack Push · atholaPushes all branches in a stack and opens or updates one dependent PR per slice. Use after stack-create to publish the stack or after adding commits to a slice.
- ▌ Doc Updates · athola bundleUpdates documentation after code changes with quality gates, slop detection, and accuracy checks. Use when code changes require corresponding doc updates.
- ▌ Validate Pr · atholaGenerates and self-executes a diff-derived test plan for a PR. Use when validating PR changes before merge. Do not use for code review; use sanctum:pr-review.
- ▌ Stack Create · atholaInitializes a stacked branch set from an ordered plan, one branch per slice with parent-child links. Use when a plan has 2+ sequentially dependent changes.
- ▌ Stack Rebase · atholaCascades a rebase through an entire PR stack after a base PR merges or upstream changes. Use when a stack needs to incorporate new base branch commits.
- ▌ Test Updates · athola bundleUpdates, generates, and validates tests using git-workspace context and TDD/BDD methodology. Use when code changes require new or updated test coverage.
- ▌ File Analysis · atholaMaps file structure and module organization of a codebase. Use before architecture reviews, refactoring planning, or migration scope estimation.
- ▌ Update Readme · athola bundleRefreshes README structure favoring concision (an index, not a manual). Use when the README needs a structural update after significant project changes.
- ▌ Commit Messages · atholaGenerates conventional commit messages from staged changes. Use when committing and needing a well-formatted message. Do not use for full PR prep; use pr-prep.
- ▌ Version Updates · atholaBumps versions, updates changelogs, and coordinates version changes across files for releases. Use when preparing a release or bumping the project version.
- ▌ Tutorial Updates · athola bundleGenerates or updates tutorials from VHS tapes and Playwright specs with dual-tone markdown and GIF recording. Use when tutorial assets need refreshing.
- ▌ Doc Consolidation · athola bundleMerges ephemeral report and analysis artifacts into permanent documentation. Use when LLM-generated markdown files have accumulated and need consolidation.
- ▌ Session Management · atholaManages Claude Code sessions with naming, checkpointing, and resume strategies. Use when organizing long-running work or resuming across sessions.
- ▌ Git Workspace Review · athola bundleVerifies workspace state and staged changes as a read-only preflight. Use before commits or PRs to confirm staged set is clean and correct.
- ▌ Workflow Improvement · athola bundleEvaluates and improves skills, agents, commands, and hooks after a workflow slice. Use when execution felt slow, confusing, repetitive, or fragile.