nm-sanctum-git-workspace-reviewVerify workspace state, staged changes, and preflight checks before commits or PRs
Install via ClawdBot CLI:
clawdbot install athola/nm-sanctum-git-workspace-reviewGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/athola/claude-night-market/tree/master/plugins/sanctumAudited Apr 16, 2026 · audit v1.0
Generated May 6, 2026
A developer runs this skill before committing to ensure all staged changes are correct, code quality passes linting and formatting, and the diff is properly reviewed. This reduces broken commits and pipeline failures.
Before creating a pull request, a developer uses the skill to verify branch state, check for any unstaged changes, and confirm the diff is logically organized. This helps maintain clean PRs with clear commit messages.
When preparing release notes, a developer runs the skill to get a structured summary of changes, including diff statistics and detailed changes. This provides accurate context for release documentation.
In a monorepo with multiple modules, developers use the skill to confirm they are in the correct subdirectory and review changes across different modules before committing. This prevents accidental cross-module issues.
The skill is open source, but a premium version with additional hooks, integrations, and support could be offered as a plugin for enterprise teams. This drives adoption and monetization through advanced features.
The skill can be integrated into CI/CD pipelines as a preflight check service, offered as a SaaS or add-on to existing DevOps tools. This generates recurring revenue from organizations needing automated workspace validation.
The skill may be bundled into a larger developer productivity suite (e.g., Night Market plugin ecosystem). Revenue comes from platform licensing or as a value-add for existing DevOps platforms.
💬 Integration Tip
Integrate as a pre-commit hook or CI step; ensure the skill's required progress tracking items are completed before any commit or PR workflow triggers.
Scored May 6, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...
Create and deploy single-page static websites to GitHub Pages with autonomous workflow. Use when building portfolio sites, CV pages, landing pages, or any static web project that needs GitHub Pages deployment. Handles complete workflow from project initialization to live deployment with GitHub Actions automation.
Essential Git commands and workflows for version control, branching, and collaboration.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...