← Back to Skills Marketplace
84
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install nm-imbue-feature-review
Description
Review and prioritize features using RICE, WSJF, or Kano scoring frameworks, then create GitHub issues for suggestions
Usage Guidance
This skill appears to do what it says (inventory, score, suggest, optionally create GitHub issues), but verify the following before installing or running it with real repositories:
1) Authentication: Ask the author/maintainer where GitHub authentication comes from. If the skill will create issues you should ensure a dedicated token is used and that the token's scope is limited (repo:issues or fine-grained app token), rather than granting full repo/admin rights. The skill's metadata does not declare a GH token env var — confirm whether credentials are expected in project config paths (e.g., night-market.*) or provided by the agent platform.
2) Config & Secrets: Inspect any .feature-review.yaml or the referenced config paths (night-market.imbue:scope-guard, night-market.imbue:review-core, night-market.tome:research) in your project to ensure they do not contain sensitive credentials you don't want the skill to read. If those configs live in a shared location, confirm access controls.
3) Repo Access: The skill will scan code, docs, and git history. Run it first on a test/sandbox repo to observe behavior and outputs before pointing it at production repos.
4) Tome Integration: If you use the --research flag the skill will try to call the tome plugin via Skill() interfaces; confirm that tome is installed and that its permissions/data access are acceptable.
5) Autonomy: Because the skill can be invoked autonomously by agents, consider disabling autonomous invocation or restricting when/which agents can call it until you confirm credentials and behavior.
If the maintainer can confirm where authentication is obtained and that tokens/configs are scoped and separated from sensitive material, the remaining concerns are minor.
Capability Analysis
Type: OpenClaw Skill
Name: nm-imbue-feature-review
Version: 1.0.0
The skill bundle provides a comprehensive framework for feature prioritization and roadmap management using industry-standard models like RICE, WSJF, and Kano. It includes detailed documentation for feature discovery, classification, and tradeoff analysis (modules/tradeoff-dimensions.md), and integrates with GitHub for issue creation with explicit user confirmation (SKILL.md). While it mentions automated execution of a local script (scripts/deferred_capture.py) for backlog management and optional external research via the tome plugin, these capabilities are well-documented and align strictly with the stated purpose of the tool without evidence of malicious intent or unauthorized data exfiltration.
Capability Tags
Capability Assessment
Purpose & Capability
Name and description match the instructions: the skill inventories features, scores them (RICE/WSJF/Kano hybrid), optionally enriches scores via a 'tome' research plugin, and can create GitHub issues. The documented scan paths, scoring framework, tradeoff analysis, and issue template are coherent with a feature‑review purpose. Minor note: the config schema includes a full GitHub integration section which implies the skill will create issues and apply labels, but the package metadata and requirements do not declare any explicit credential (e.g., a GITHUB_TOKEN) — see environment_proportionality for implications.
Instruction Scope
SKILL.md explicitly instructs the agent to scan code artifacts, documentation, and git history; classify and score features; optionally call the tome research plugin via Skill() calls; and (optionally) create GitHub issues. All referenced files/paths (scan_paths, .feature-review.yaml, plugins/tome/) are within the stated domain of a repo-level feature review. There are no instructions that obviously request unrelated secrets or to exfiltrate data to unknown external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk install surface. Nothing will be downloaded or written to disk by an install step. Runtime behavior depends on the agent executing the documented commands and calling other skills/plugins.
Credentials
The skill supports GitHub integration (issue creation, auto-labeling) but the manifest declares no required env vars or primary credential. The SKILL.md documents environment overrides (FEATURE_REVIEW_*) and a github section in the config, implying auth is required at runtime. This is a mismatch: either issue creation is expected to use pre-existing project config (e.g., a repo-level token stored elsewhere) or the skill will attempt to use agent-level credentials/config paths not declared here. Additionally, the skill reads repository files, Git history, and may call the tome skill interfaces — those integrations could require access to other configs or tokens (not listed). Confirm where credentials live and whether the skill will access config keys that contain secrets.
Persistence & Privilege
The skill is not always:true and is user-invocable. It may create files (backlog file, issue bodies) and create GitHub issues if enabled, which is consistent with its purpose. It does not request persistent platform privileges or indicate it will modify other skills' configurations. Autonomous invocation is allowed by default (normal); pair that with the credential note above if you want to limit its blast radius.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nm-imbue-feature-review - After installation, invoke the skill by name or use
/nm-imbue-feature-review - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the feature review skill, supporting evidence-based feature prioritization.
- Enables reviewing and scoring features using RICE, WSJF, and Kano frameworks.
- Supports multi-phase workflow: inventory, classification, scoring, tradeoff analysis, gap analysis, and GitHub issue creation for suggestions.
- Offers integration with external research (optional) via the tome plugin to enrich scoring.
- Can generate actionable GitHub issues for prioritized feature suggestions.
- Includes clear usage guidance, configuration, and guardrails for safe application.
Metadata
Frequently Asked Questions
What is Nm Imbue Feature Review?
Review and prioritize features using RICE, WSJF, or Kano scoring frameworks, then create GitHub issues for suggestions. It is an AI Agent Skill for Claude Code / OpenClaw, with 84 downloads so far.
How do I install Nm Imbue Feature Review?
Run "/install nm-imbue-feature-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nm Imbue Feature Review free?
Yes, Nm Imbue Feature Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nm Imbue Feature Review support?
Nm Imbue Feature Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nm Imbue Feature Review?
It is built and maintained by athola (@athola); the current version is v1.0.0.
More Skills