get-qodo-rules

仓库创建 2026年1月31日最近提交 23 小时前SkillHot 收录 20 天前
▸ 精选理由

确保生成代码遵循团队安全与风格规范,适合企业项目。

▸ 风险提示

会调用外部 Qodo API,需配置凭据并注意权限与隐私。

这个 Skill 做什么

从 Qodo API 拉取仓库与组织级的编码规则以约束代码生成。

调用 Qodo API 拉取组织和仓库级的编码规范,把团队的安全、风格和质量要求带进代码生成流程。每次写、改、重构或审查代码前都应该先加载,保证自动生成的代码符合团队标准。好处是把本地和远程规则统一应用,减少不合规输出。

▸ 展开 SKILL.md 英文原文

Loads org- and repo-level coding rules from Qodo before code tasks begin, ensuring all generation and modification follows team standards. Use before any code generation or modification task when rules are not already loaded. Invoke when user asks to write, edit, refactor, or review code, or when starting implementation planning.

开发编程编码规范团队规则自动校验通用
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/get-qodo-rules/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/get-qodo-rules/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Get Qodo Rules Skill

## Description

Fetches repository-specific coding rules from the Qodo platform API before code generation or modification tasks. Rules include security requirements, coding standards, quality guidelines, and team conventions that must be applied during code generation.
**Use** before any code generation or modification task when rules are not already loaded. Invoke when user asks to write, edit, refactor, or review code, or when starting implementation planning.
**Skip** if "Qodo Rules Loaded" already appears in conversation context

---

## Workflow

### Step 1: Check if Rules Already Loaded

If rules are already loaded (look for "Qodo Rules Loaded" in recent messag
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有