nm-pensive-shell-reviewAudit shell scripts for correctness, portability, and common pitfalls
Install via ClawdBot CLI:
clawdbot install athola/nm-pensive-shell-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/pensiveAudited Apr 16, 2026 · audit v1.0
Generated May 19, 2026
An organization uses shell scripts in their CI/CD pipelines (e.g., GitHub Actions, Jenkins). The skill audits these scripts for exit code propagation and safety issues to prevent silent failures that could break deployments.
A team maintains pre-commit and post-commit hooks written in bash. The skill reviews them for portability across different developer machines and ensures they handle errors gracefully to avoid blocking commits incorrectly.
A company relies on wrapper scripts (run-*.sh) for building, testing, and deploying applications. The skill checks these scripts for common pitfalls like unquoted variables and unsafe temp file creation, improving reliability.
A security-conscious team wants to harden their shell scripts against injection and unsafe patterns. The skill identifies risky constructs (e.g., eval, unsafe globbing) and suggests safer alternatives.
An open-source project must support multiple Unix-like systems (Linux, macOS, BSD). The skill audits scripts for non-portable features (e.g., GNU-specific flags) and suggests POSIX-compliant alternatives.
Offer basic shell review for free (e.g., up to 5 scripts per month) and charge for advanced features like batch scanning, custom rule sets, and integration with CI systems. Revenue comes from subscription tiers.
Consultants use this skill as part of a larger code audit service. They charge per audit project, leveraging the skill to increase efficiency and provide detailed reports. Revenue is generated from consulting fees.
Package the skill with training materials on shell scripting best practices. Offer certification exams for developers who can pass review challenges. Revenue comes from course sales and exam fees.
💬 Integration Tip
Integrate the skill into your CI/CD pipeline by running it on every pull request that contains .sh files. Output the report as a PR comment to enforce review standards automatically.
Scored May 19, 2026
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
Terminal Spotify playback/search via spogo (preferred) or spotify_player.
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Advanced desktop automation with mouse, keyboard, and screen control
Control the Linux desktop GUI using xdotool, wmctrl, and dogtail. Use when you need to interact with non-browser applications, simulate mouse/keyboard input, manage windows, or inspect the UI hierarchy of applications on X11/GNOME. Supports: (1) Clicking/typing in apps, (2) Resizing/moving windows, (3) Extracting text-based UI trees from apps (A11y), (4) Taking screenshots for visual analysis.
Command-line tool to manage Google Workspace services including Gmail, Calendar, Drive, Sheets, Docs, Slides, Contacts, Tasks, People, Groups, and Keep.