From oh-my-feishu
Reviews git diffs for safety violations including path traversal, excessive diff size, hardcoded secrets, and missing tests. Blocks unsafe changes in auto-repair pipelines with JSON output.
npx claudepluginhub yjzhang2003/oh-my-feishu --plugin oh-my-feishuThis skill uses the workspace's default tool permissions.
- A git diff (from `git diff` or proposed edits)
Performs structured code reviews checking requirements, quality, and security standards after changes or before merge. Uses git diffs, context snapshots, and blast radius for scope.
Audits git diff on current branch for bugs, security vulnerabilities, and code quality issues using structured checklists, attack surface mapping, and verification.
Performs security reviews of PRs, commits, and diffs using git history for context, blast radius calculation, test coverage checks, and markdown reports.
Share bugs, ideas, or general feedback.
git diff or proposed edits)Path Guard
REPO_ROOTDiff Size Guard
Secret Scan
api_key, password, token, secretTest Presence
{
"approved": true | false,
"violations": ["path_guard", "diff_size", "secret", "missing_tests"],
"reason": "human readable explanation"
}
If approved: false, STOP the pipeline and report.