← 返回 Skills 市场
64
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-sanctum-do-issue
功能描述
Parallel subagent execution with code review gates between task batches for issue resolution
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nm-sanctum-do-issue - 安装完成后,直接呼叫该 Skill 的名称或使用
/nm-sanctum-do-issue触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Nm Sanctum Do Issue 是什么?
Parallel subagent execution with code review gates between task batches for issue resolution. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。
如何安装 Nm Sanctum Do Issue?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-sanctum-do-issue」即可一键安装,无需额外配置。
Nm Sanctum Do Issue 是免费的吗?
是的,Nm Sanctum Do Issue 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nm Sanctum Do Issue 支持哪些平台?
Nm Sanctum Do Issue 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nm Sanctum Do Issue?
由 athola(@athola)开发并维护,当前版本 v1.0.0。
推荐 Skills