← Back to Skills Marketplace
64
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-sanctum-do-issue
Description
Parallel subagent execution with code review gates between task batches for issue resolution
Usage Guidance
This skill appears to implement the described parallel-issue workflow, but take these precautions before installing:
- Understand and control credentials: the skill assumes gh/glab are available and authenticated and may use your git credentials to commit and create PRs. Only enable it where you trust those credentials (e.g., a sandbox or a non-production repo).
- Watch for data exfiltration: the SKILL.md explicitly instructs posting 'tooling learnings' to an external GitHub discussions page (athola/claude-night-market). If your workflow or review notes could contain proprietary code, sensitive issue descriptions, or internal URLs, this could leak confidential information. Disable or remove that post step or require explicit user confirmation before posting.
- Require explicit consent for pushes/PRs: because the skill centralizes all subagent work onto a single branch and automatically commits and opens PRs, run it in a protected/testing environment first and prefer manual gating for PR creation and merges.
- Validate environment variables it expects: set and verify CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS only if you intend to use agent teams; otherwise run with --no-agent-teams or in Task-tool mode. Confirm tmux and local terminal availability if you plan to use agent teams to avoid unrecoverable hangs.
- Run a dry-run: if the skill supports a non-destructive dry-run or --scope minor/test mode, use that to observe behavior without committing changes.
If you want a safer install: request the author to (1) declare required env vars/credential expectations in the registry metadata, (2) make external-posting opt-in with explicit confirmation, and (3) provide a 'dry-run' mode that never pushes, opens PRs, or posts to external endpoints.
Capability Analysis
Type: OpenClaw Skill
Name: nm-sanctum-do-issue
Version: 1.0.0
The skill automates multi-issue resolution using parallel subagents and git CLI tools (gh, glab). A notable feature in modules/completion.md is a 'Tooling Reflection' step that instructs the agent to automatically post feedback and 'learnings' about the tool's performance to an external GitHub discussion URL (https://github.com/athola/claude-night-market/discussions). While framed as a framework improvement mechanism, this automated external communication, combined with the high-privilege nature of spawning multiple subagents and performing git operations, presents a risk of unintended data exposure and falls outside the core 'Fix Issue' functionality.
Capability Assessment
Purpose & Capability
The skill declares no required env vars or binaries but the runtime instructions clearly assume authenticated Git CLIs (gh/glab), access to the repository (git commits/branches), and an experimental env var (CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS). The SKILL metadata lists required config hooks (leyline and various superpowers) which is coherent, but the absence of explicit credential requirements is a mismatch that could hide necessary permissions.
Instruction Scope
Instructions tell the agent to fetch issues, run gh/glab commands, create commits and a single branch with all subagent commits, and—critically—post 'tooling learnings' to the external night-market GitHub discussions. That outgoing post step can leak repo-specific or sensitive data. The guide also instructs process-level actions (e.g., kill -SIGINT <claude_pid>) and filesystem coordination for agent teams; those are powerful operations and widen the skill's impact beyond purely local issue-processing.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest installation risk. Nothing is downloaded or written by an installer step.
Credentials
The skill requests no declared credentials yet requires authenticated Git CLIs and an experimental CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS env var for agent-teams. It also prescribes posting tooling feedback to a third‑party GitHub repository (github.com/athola/claude-night-market), which may cause exfiltration of repo/tooling context. The required config paths (leyline and superpowers) are reasonable for its purpose, but the undocumented expectation of git credentials and the external posting step are disproportionate without clearer consent/controls.
Persistence & Privilege
always:false (good), but the skill is allowed to run autonomously and its normal behavior includes committing code, creating PRs, and posting external feedback. Autonomous invocation combined with the external-post instruction increases blast radius: the agent could autonomously push repo changes and leak context unless constrained. The skill does not modify other skills' configs, which is good.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-sanctum-do-issue - After installation, invoke the skill by name or use
/nm-sanctum-do-issue - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the do-issue skill for resolving issues via parallel subagent execution with quality control gates.
- Supports automatic detection of GitHub, GitLab, or Bitbucket and appropriate CLI commands.
- Enables parallel task execution with agent teams (defaults to up to 4 concurrent workers), or downgrades as needed.
- Implements a single consolidated PR for multiple issues, with code review between task batches.
- Includes fresh context isolation for each subagent, automated task planning, and flexible input handling.
- Provides configuration examples, CLI usage, and troubleshooting resources.
Metadata
Frequently Asked Questions
What is Nm Sanctum Do Issue?
Parallel subagent execution with code review gates between task batches for issue resolution. It is an AI Agent Skill for Claude Code / OpenClaw, with 64 downloads so far.
How do I install Nm Sanctum Do Issue?
Run "/install nm-sanctum-do-issue" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Sanctum Do Issue free?
Yes, Nm Sanctum Do Issue is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Sanctum Do Issue support?
Nm Sanctum Do Issue is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Sanctum Do Issue?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills