Skip to main content
Run any Skill in Manus
with one click
GitHub repository

code-guardian

code-guardian contains 19 collected skills from imbue-ai, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
19
Stars
6
updated
2026-06-10
Forks
1
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

reviewer-disable
software-developers

Disable the code review stop hook entirely by short-circuiting stop_hook.enabled_when in .reviewer/settings.local.json.

2026-06-10
reviewer-enable
software-developers

Enable the code review stop hook in .reviewer/settings.local.json. Optionally takes a shell expression for when to enforce (defaults to restoring the prior expression, or always).

2026-06-10
reviewer-autofix-ignore-minor-issues
software-developers

Configure autofix to only fix MAJOR and CRITICAL issues (unattended mode)

2026-05-26
verify-conversation
software-quality-assurance-analysts-and-testers

Review the conversation transcript for behavioral issues (misleading behavior, disobeyed instructions, instructions worth saving).

2026-04-22
verify-architecture
software-developers

Assess whether the approach taken on a branch is the right way to solve the problem.

2026-04-05
reviewer-blocking-disable
software-developers

Make the stop hook non-blocking (remind once, then let the agent through)

2026-04-03
reviewer-blocking-enable
software-quality-assurance-analysts-and-testers

Restore the stop hook to blocking mode (default: block up to 3 times before letting through)

2026-04-03
reviewer-max-tries
software-developers

Set the maximum number of times the stop hook will block before letting the agent through

2026-04-03
autofix
software-developers

Automatically find and fix code issues in the current branch. Iteratively verifies, plans fixes, and implements them with separate commits. Defers all review to the end.

2026-04-03
reviewer-autofix-all-issues
software-quality-assurance-analysts-and-testers

Configure autofix to fix all issues (unattended mode)

2026-04-01
reviewer-autofix-disable
software-developers

Disable the autofix gate in .reviewer/settings.local.json

2026-04-01
reviewer-autofix-enable
software-developers

Enable the autofix gate in .reviewer/settings.local.json

2026-04-01
reviewer-ci-disable
software-quality-assurance-analysts-and-testers

Disable the CI gate in .reviewer/settings.local.json

2026-04-01
reviewer-ci-enable
software-developers

Enable the CI gate in .reviewer/settings.local.json

2026-04-01
reviewer-init-categories
software-quality-assurance-analysts-and-testers

Copy the default issue categories to .reviewer/ for customization. Use when you want to edit the code review or conversation review categories for your project.

2026-04-01
reviewer-verify-architecture-disable
software-developers

Disable the architecture verification gate in .reviewer/settings.local.json

2026-04-01
reviewer-verify-architecture-enable
software-quality-assurance-analysts-and-testers

Enable the architecture verification gate in .reviewer/settings.local.json

2026-04-01
reviewer-verify-conversation-disable
software-developers

Disable the conversation review gate in .reviewer/settings.local.json

2026-04-01
reviewer-verify-conversation-enable
software-developers

Enable the conversation review gate in .reviewer/settings.local.json

2026-04-01