Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

code-guardian

code-guardian 收录了来自 imbue-ai 的 19 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
19
Stars
6
更新
2026-06-10
Forks
1
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

reviewer-disable
软件开发工程师

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

2026-06-10
reviewer-enable
软件开发工程师

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
软件开发工程师

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

2026-05-26
verify-conversation
软件质量保证分析师与测试员

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

2026-04-22
verify-architecture
软件开发工程师

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

2026-04-05
reviewer-blocking-disable
软件开发工程师

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

2026-04-03
reviewer-blocking-enable
软件质量保证分析师与测试员

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

2026-04-03
reviewer-max-tries
软件开发工程师

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

2026-04-03
autofix
软件开发工程师

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
软件质量保证分析师与测试员

Configure autofix to fix all issues (unattended mode)

2026-04-01
reviewer-autofix-disable
软件开发工程师

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

2026-04-01
reviewer-autofix-enable
软件开发工程师

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

2026-04-01
reviewer-ci-disable
软件质量保证分析师与测试员

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

2026-04-01
reviewer-ci-enable
软件开发工程师

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

2026-04-01
reviewer-init-categories
软件质量保证分析师与测试员

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
软件开发工程师

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

2026-04-01
reviewer-verify-architecture-enable
软件质量保证分析师与测试员

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

2026-04-01
reviewer-verify-conversation-disable
软件开发工程师

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

2026-04-01
reviewer-verify-conversation-enable
软件开发工程师

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

2026-04-01