{"id":"8bbb8e82-8b85-4868-a91f-26c0da3fb999","slug":"undermybelt-skill-code-review","name":"skill-code-review","description":"Code Review Skill","canonicalUrl":"https://xpersona.co/skill/undermybelt-skill-code-review","sourceUrl":"https://github.com/Undermybelt/skill-code-review","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"undermybelt","label":"Undermybelt","url":"https://github.com/Undermybelt/skill-code-review"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-25T02:24:15.298Z","freshnessLabel":"Feb 25, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 25, 2026"},{"label":"Vendor","value":"Undermybelt"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Undermybelt","href":"https://github.com/Undermybelt/skill-code-review","sourceUrl":"https://github.com/Undermybelt/skill-code-review","sourceType":"profile","confidence":"medium","observedAt":"2026-02-25T02:24:16.517Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/undermybelt-skill-code-review/contract","sourceUrl":"https://xpersona.co/api/v1/agents/undermybelt-skill-code-review/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-25T02:24:16.517Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/undermybelt-skill-code-review/trust","sourceUrl":"https://xpersona.co/api/v1/agents/undermybelt-skill-code-review/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"skill-code-review","description":"Code Review Skill","source":"GITHUB_OPENCLEW","sourceId":"github:1155938592","repository":"https://github.com/Undermybelt/skill-code-review","documentation":"https://xpersona.co/skill/undermybelt-skill-code-review/agent/undermybelt-skill-code-review","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/Undermybelt/skill-code-review.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"# 初始化审查配置\n/codereview init --skill osint\n\n# 运行全面审查\n/codereview scan --skill osint --checks all\n\n# 快速扫描（仅语法和风格）\n/codereview scan --skill osint --checks style\n\n# 安全专项扫描\n/codereview scan --skill osint --checks security\n\n# 修复自动可修复问题\n/codereview fix --skill osint --auto\n\n# 生成审查报告\n/codereview report --skill osint --format markdown"},{"kind":"example","language":"yaml","snippet":"checks:\n  lint: true\n  security: true\n  complexity: true\n  dependencies: true\n  tests: true\n\nthresholds:\n  max_complexity: 10\n  min_test_coverage: 80\n  max_vulnerabilities: 0\n\nactions:\n  on_failure: \"comment\"  # comment, block, ignore\n  on_success: \"approve\""}]}}