Install
$ agentstack add skill-just-agent-just-product-factor-11-factor-cli ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
11-factor-cli Skill
Version: v0.7.0
Purpose
Use this Skill to audit and refactor command-line products so they are installable, understandable, scriptable, observable, testable, and release-ready.
When to use
Use this Skill when a project contains a CLI entrypoint, developer tool, automation wrapper, scaffold generator, local command runner, or product-facing command interface.
Typical targets:
- Node.js CLIs using
bin,commander,yargs,oclif, or custom scripts - Python CLIs using
argparse,click,typer, or console scripts - Go, Rust, or shell-based CLIs
- GitHub Actions helper commands
- Agent-generated CLI tools that need product polish
When not to use
Do not use this Skill for pure web UI review, RAG quality review, MCP schema review, or Agent architecture review unless the CLI is the main product interface. Use a more specific Factor Skill first, then combine this Skill for the command layer.
Inputs
- Repository tree or source archive
- README and command docs
- CLI entrypoint files
- Package metadata and install instructions
- Examples, tests, workflows, and release scripts if present
- Error logs or user complaints if available
Workflow
- Identify the CLI runtime, install path, and command surface.
- Check whether a new user can install, run help, execute the happy path, and recover from errors.
- Apply
checklist.mdand collect evidence. - Score the project with
scoring-rubric.md. - Produce
audit-report-template.mdoutput. - Produce
refactor-plan-template.mdoutput. - Recommend validation commands and record anything that could not be executed.
Review dimensions
- Installability
- Command surface
- Help and examples
- Input validation
- Error handling
- Configuration and environment
- Output contract
- Logging and verbosity
- Automation friendliness
- Testing and smoke checks
- Packaging and release readiness
Scoring
Use a 100-point score. Treat installability, command UX, error handling, and validation as blocking quality gates. A CLI with a beautiful README but no runnable entrypoint should not pass release readiness.
Refactor priority
- Make it installable.
- Make
--helpuseful. - Make the happy path work.
- Make failure modes understandable.
- Make outputs stable for scripts and Agents.
- Add smoke tests and release packaging.
Output format
Return:
- Executive summary
- Score table
- Evidence-based findings
- Command UX review
- Installation and packaging review
- Refactor plan
- Validation commands
- Assumptions and unknowns
Example call
Use the 11-factor-cli skill to audit this CLI for installability, command UX, configuration, error handling, logging, testing, packaging, and release readiness.
Version history
v0.5.0: Added as a first-class Factor Skill for command-line products.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Just-Agent
- Source: Just-Agent/just-product-factor
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.