obs-plugin-reviewing

Installation
SKILL.md

OBS Plugin Code Review

Purpose

Audit OBS Studio plugins for correctness, performance, memory safety, and thread safety. Covers module registration, callback implementations, resource management, and audio-specific patterns.

When NOT to Use

  • Writing new plugins → Use obs-audio-plugin-writing
  • Getting started → Use obs-plugin-developing
  • Need guidance on which skill → Use obs-plugin-expert agent

Quick Review Checklist

Run these checks in order. Stop at first P0 issue.

P0 - CRITICAL (Must Fix)

Installs
8
GitHub Stars
5
First Seen
Feb 8, 2026
obs-plugin-reviewing — meriley/claude-code-skills