review-sendmsg

# py-review-skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "review-sendmsg" with this command: npx skills add dexing2635-tech/skill-review-sendmsg

py-review-skill

What this skill does

Use this skill to perform a structured Python code review. It should catch correctness bugs, edge cases, regressions, test gaps, security issues, and maintainability problems.

When to use

  • Reviewing a Python diff, patch, or pull request
  • Checking a script before merging
  • Auditing a change for risky behavior
  • Summarizing review findings for a human

Review workflow

  1. Read the change and identify the intent.
  2. Check correctness first:
    • logic errors
    • missing branches
    • off-by-one issues
    • null/empty handling
    • exception paths
  3. Check safety:
    • command execution
    • file handling
    • input validation
    • secrets exposure
    • network or subprocess risks
  4. Check tests:
    • existing coverage
    • missing regression tests
    • behavior under failure cases
  5. Check maintainability:
    • naming
    • duplication
    • clarity
    • unnecessary complexity
  6. Report only real issues. Do not invent problems.

Output format

Prefer a concise review with:

  • Overall verdict
  • High-priority issues first
  • File/line references when available
  • Suggested fixes

Example:

  • High: foo.py:42 — off-by-one in loop causes last item to be skipped.
  • Medium: bar.py:18 — no timeout on network call.

Notes

  • Be specific.
  • Be practical.
  • If the change is fine, say so.
  • If you cannot verify something, say what is missing.

Local helpers

  • scripts/review.py — core review logic
  • scripts/review_runner.py — wrapper/runner for review execution

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

YiHui Healthcheck

Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, r...

Registry SourceRecently Updated
Security

Audit V1.0.3

Unified AI Company skill consolidating 16 department skills into one. Provides complete governance, finance, technology, security, legal, people, marketing,...

Registry SourceRecently Updated
860Profile unavailable
Security

YiHui GITHUB MONITOR

Monitor multiple GitHub repos with configurable alert policies for releases, PRs, and security, sending low-noise notifications via scheduled cron jobs.

Registry SourceRecently Updated
00Profile unavailable
Security

Git Secrets Scanner

Git 安全扫描器 - 检查提交中的敏感信息泄露(API keys、密码、token)

Registry SourceRecently Updated
1.5K0Profile unavailable