iiRecord
Agentic AI Atlas · sanyuan0704/sanyuan-skills
page:docs-reference-repos-sanyuan0704-sanyuan-skills-researcha5c.ai
II.
Page JSON

page:docs-reference-repos-sanyuan0704-sanyuan-skills-research

Structured · live

sanyuan0704/sanyuan-skills json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · wiki/docs/reference-repos/sanyuan0704/sanyuan-skills/research.mdCluster · wiki
Record JSON
{
  "id": "page:docs-reference-repos-sanyuan0704-sanyuan-skills-research",
  "_kind": "Page",
  "_file": "wiki/docs/reference-repos/sanyuan0704/sanyuan-skills/research.md",
  "_cluster": "wiki",
  "attributes": {
    "nodeKind": "Page",
    "sourcePath": "docs/reference-repos/sanyuan0704/sanyuan-skills/research.md",
    "sourceKind": "repo-docs",
    "title": "sanyuan0704/sanyuan-skills",
    "displayName": "sanyuan0704/sanyuan-skills",
    "slug": "docs/reference-repos/sanyuan0704/sanyuan-skills/research",
    "articlePath": "wiki/docs/reference-repos/sanyuan0704/sanyuan-skills/research.md",
    "article": "\n# sanyuan0704/sanyuan-skills\n\n## Metadata\n\n- **Full name**: sanyuan0704/sanyuan-skills\n- **Description**: Expert code review skill: SOLID, security, performance, error handling, boundary conditions\n- **Stars**: 3,181\n- **License**: MIT\n- **Last pushed**: 2026-03-02\n- **Topics**: (none)\n\n## Structure\n\n```\nskills/\n  code-review-expert/    # Main value\n    SKILL.md\n    agents/\n    references/\n      solid-checklist.md\n      removal-plan.md\n      security-checklist.md\n      code-quality-checklist.md\n  sigma/                 # Bloom's 2-Sigma mastery learning tutor\n    SKILL.md\n  skill-forge/           # Meta-skill for creating skills\n    SKILL.md\n```\n\n## Classification\n\n### code-review-expert -> Process candidate: specializations/shared/code-review-expert\n\n**Archetype**: Structured code review methodology with severity-based triage.\n\n**Extractable value**:\n- 4-severity classification system (P0-P3) with clear action thresholds (block merge / should fix / follow-up / optional)\n- 5-phase review workflow: preflight context -> SOLID analysis -> removal candidates -> security scan -> code quality scan\n- Reference checklists for SOLID violations, security risks, code quality issues\n- Edge case handling: empty diffs, large diffs (>500 lines batching), mixed concerns grouping\n- Structured output format with file:line references\n\n**Why specializations/shared (not methodologies/)**: This is a domain-specific review protocol, not a full generic dev methodology. It's cross-domain (applies to any codebase) so it goes in shared/.\n\n**Process extraction notes**:\n- The severity system maps well to babysitter breakpoints (P0 = blocking breakpoint, P1 = should-fix breakpoint, P2-P3 = informational)\n- Review phases map to sequential tasks in a babysitter process\n- Reference checklists could be bundled as process inputs or embedded in task definitions\n\n### sigma -> SKIP\n\nTutoring/learning skill. Not a dev methodology or plugin idea.\n\n### skill-forge -> SKIP\n\nMeta-skill for creating skills. SDK-covered primitive (skill management).\n\n## Plugin Ideas\n\nNone. The code review skill is better modeled as a process.\n\n## Library Mapping\n\n| Extractable Process | Library Status | Action | Existing Path | Target Placement |\n|-------------------|----------------|--------|---------------|------------------|\n| Code Review Expert | NEW | 4-severity classification system (P0-P3) with 5-phase review workflow | - | specializations/shared/code-review-expert.js |\n| SOLID Analysis Process | NEW | Systematic SOLID principles violation detection and severity assignment | - | specializations/shared/solid-analysis.js |\n| Security-Focused Code Review | NEW | Security vulnerability scanning with severity classification | - | specializations/shared/security-code-review.js |\n\n## Plugin Marketplace Mapping\n\n| Plugin Idea | Marketplace Status | Action | Existing Plugin | Target Placement |\n|-------------|-------------------|--------|-----------------|------------------|\n| N/A | N/A | No valid plugin ideas - processes cover the extractable value | - | N/A |\n\n## Summary\n\nOne extractable process: **code-review-expert** -> `specializations/shared/code-review-expert`. Clean severity-based code review methodology with SOLID, security, and quality checklists. Good structure, well-scoped phases that map naturally to babysitter tasks.\n",
    "documents": []
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "page:docs-reference-repos",
      "to": "page:docs-reference-repos-sanyuan0704-sanyuan-skills-research",
      "kind": "contains_page"
    }
  ]
}