{
  "schema_version": "2026-03-26",
  "id": "create-pr",
  "slug": "create-pr",
  "display_name": "Create PR",
  "description": "Pull-request workflow skill. Use this skill when a user needs a clean review narrative, risk framing, and reviewer guidance.",
  "version": "0.0.1",
  "category": "communication",
  "raw_category": "communication",
  "taxonomy": {
    "raw_category": "communication",
    "canonical_category": "communication",
    "inferred_category": "communication",
    "category_source": "frontmatter"
  },
  "tags": [
    "pr",
    "review",
    "collaboration",
    "summary",
    "handoff"
  ],
  "complexity": "intermediate",
  "risk": "safe",
  "source": "omni-team",
  "author": "Omni Skills Team",
  "dates": {
    "added": "2026-03-26",
    "updated": "2026-03-26"
  },
  "entrypoint": "skills/create-pr/SKILL.md",
  "paths": {
    "root": "skills/create-pr",
    "manifest": "dist/manifests/create-pr.json",
    "metadata": "skills/create-pr/metadata.json"
  },
  "compatibility": {
    "tools": [
      "claude-code",
      "cursor",
      "gemini-cli",
      "codex-cli",
      "antigravity",
      "opencode"
    ],
    "install_targets": [
      {
        "tool": "claude-code",
        "scope": "user-global",
        "default_path": "~/.claude/skills",
        "installer_flag": "--claude",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": ">> /skill-name help me..."
      },
      {
        "tool": "cursor",
        "scope": "user-global",
        "default_path": "~/.cursor/skills",
        "installer_flag": "--cursor",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": "@skill-name"
      },
      {
        "tool": "gemini-cli",
        "scope": "user-global",
        "default_path": "~/.gemini/skills",
        "installer_flag": "--gemini",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": "Use @skill-name to..."
      },
      {
        "tool": "codex-cli",
        "scope": "user-global",
        "default_path": "~/.codex/skills",
        "installer_flag": "--codex",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": "Use @skill-name to..."
      },
      {
        "tool": "antigravity",
        "scope": "user-global",
        "default_path": "~/.gemini/antigravity/skills",
        "installer_flag": "--antigravity",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": "Use @skill-name to... (Agent Mode)"
      },
      {
        "tool": "opencode",
        "scope": "project-local",
        "default_path": ".opencode/skills",
        "installer_flag": "--opencode",
        "current_installer_behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset.",
        "invocation": "opencode run @skill-name"
      }
    ]
  },
  "resources": {
    "sub_resources": [
      "agents",
      "examples",
      "references",
      "scripts"
    ],
    "artifacts_count": 8,
    "references_count": 3,
    "agents_count": 1,
    "assets_count": 0
  },
  "dependencies": {
    "skills": [],
    "external": []
  },
  "install": {
    "strategy": "copy-skill-directory",
    "current_installer": "npx omni-skills installs the full library by default today, and also supports selective installation with --skill and --bundle.",
    "recipes": [
      {
        "tool": "claude-code",
        "command": "npx omni-skills --claude",
        "scope": "user-global",
        "default_path": "~/.claude/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      },
      {
        "tool": "cursor",
        "command": "npx omni-skills --cursor",
        "scope": "user-global",
        "default_path": "~/.cursor/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      },
      {
        "tool": "gemini-cli",
        "command": "npx omni-skills --gemini",
        "scope": "user-global",
        "default_path": "~/.gemini/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      },
      {
        "tool": "codex-cli",
        "command": "npx omni-skills --codex",
        "scope": "user-global",
        "default_path": "~/.codex/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      },
      {
        "tool": "antigravity",
        "command": "npx omni-skills --antigravity",
        "scope": "user-global",
        "default_path": "~/.gemini/antigravity/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      },
      {
        "tool": "opencode",
        "command": "npx omni-skills --opencode",
        "scope": "project-local",
        "default_path": ".opencode/skills",
        "behavior": "Installs the full Omni Skills library by default. Use --skill or --bundle to install only a selected subset."
      }
    ]
  },
  "classification": {
    "maturity": {
      "skill_level": 3,
      "skill_level_label": "resources",
      "has_scripts": true,
      "has_extra_files": true
    },
    "best_practices": {
      "score": 98,
      "tier": "excellent",
      "signals": {
        "workflow_steps_count": 5,
        "workflow_section_length": 1260,
        "when_to_use_section_length": 235,
        "best_practices_items_count": 5,
        "best_practices_section_length": 321,
        "troubleshooting_items_count": 0,
        "troubleshooting_section_length": 443,
        "resources_items_count": 5,
        "resources_section_length": 440,
        "examples_section_length": 474,
        "examples_code_blocks_count": 4,
        "related_skills_section_length": 232,
        "decision_assets_count": 8,
        "table_count": 7,
        "linked_resource_families_count": 4,
        "linked_resource_families": [
          "agents",
          "examples",
          "references",
          "scripts"
        ],
        "support_links_count": 5,
        "support_files_count": 6,
        "references_files_count": 3,
        "scripts_files_count": 1,
        "examples_files_count": 1,
        "agents_files_count": 1,
        "assets_files_count": 0,
        "tools_count": 6,
        "tags_count": 5,
        "body_density": 5.21
      }
    },
    "quality": {
      "score": 95,
      "tier": "platinum",
      "breakdown": {
        "body": 16,
        "description": 9,
        "metadata": 12,
        "recency": 8,
        "resources": 10,
        "best_practices": 10,
        "semantic_depth": 16,
        "operational_depth": 9,
        "support_pack": 10
      }
    },
    "security": {
      "score": 95,
      "tier": "review",
      "status": "passed",
      "findings_count": 0,
      "findings": [],
      "signals": {
        "scanned_files": 7,
        "script_files": 1,
        "binary_like_files": 0
      },
      "scanners": {
        "static": {
          "enabled": true,
          "status": "completed"
        },
        "clamav": {
          "enabled": true,
          "status": "completed",
          "provider": "clamav",
          "detections": [],
          "infected_files": 0
        },
        "virustotal": {
          "enabled": true,
          "status": "completed",
          "provider": "virustotal",
          "lookups": 1,
          "positives": 0,
          "results": [
            {
              "path": "skills/create-pr/scripts/render_pr_packet.py",
              "sha256": "953e6269ef849d190f4580fa4da0dec4f12fe77c87dc8d7e55b4377bc3690706",
              "status": "not_found"
            }
          ],
          "details": "Hash lookups only. Unknown files are not uploaded during validation."
        }
      }
    },
    "validation": {
      "errors": [],
      "warnings": [],
      "status": "passed"
    }
  },
  "content": {
    "body_length": 4231,
    "content_length": 4698,
    "body_lines": 117,
    "word_count": 609,
    "has_code_blocks": true,
    "typed_code_blocks_count": 1,
    "has_examples_section": true,
    "example_count": 2,
    "has_workflow_section": true,
    "has_when_to_use_section": true,
    "has_best_practices_section": true,
    "has_troubleshooting_section": true,
    "problem_count": 2,
    "troubleshooting_pairs_count": 1,
    "has_additional_resources_section": true,
    "has_related_skills_section": true,
    "related_skills_count": 3,
    "has_local_support_links": true,
    "local_support_links_count": 4,
    "has_local_script_example": true,
    "local_script_example_count": 0,
    "semantic_signals": {
      "workflow_steps_count": 5,
      "workflow_section_length": 1260,
      "when_to_use_section_length": 235,
      "best_practices_items_count": 5,
      "best_practices_section_length": 321,
      "troubleshooting_items_count": 0,
      "troubleshooting_section_length": 443,
      "resources_items_count": 5,
      "resources_section_length": 440,
      "examples_section_length": 474,
      "examples_code_blocks_count": 4,
      "related_skills_section_length": 232,
      "decision_assets_count": 8,
      "table_count": 7,
      "linked_resource_families_count": 4,
      "linked_resource_families": [
        "agents",
        "examples",
        "references",
        "scripts"
      ],
      "support_links_count": 5,
      "support_files_count": 6,
      "references_files_count": 3,
      "scripts_files_count": 1,
      "examples_files_count": 1,
      "agents_files_count": 1,
      "assets_files_count": 0,
      "tools_count": 6,
      "tags_count": 5,
      "body_density": 5.21
    }
  },
  "artifacts": [
    {
      "path": "skills/create-pr/SKILL.md",
      "kind": "entrypoint",
      "size_bytes": 4714,
      "sha256": "cae9cbc76a089d72655cabc6cb7649ba7fe8848fcea4de8953db9c61bce98665"
    },
    {
      "path": "skills/create-pr/metadata.json",
      "kind": "support",
      "size_bytes": 5966,
      "sha256": "2a9d1edb73a6560f8ade46cb590fd8d4cca16cd1be7ac78608c2b10bb4501826"
    },
    {
      "path": "skills/create-pr/agents/openai.yaml",
      "kind": "agent",
      "size_bytes": 261,
      "sha256": "a6c9450aad961aa901973defee4dc63a6630701691b8738d584314f5e86ce87a"
    },
    {
      "path": "skills/create-pr/examples/pr-body-example.md",
      "kind": "support",
      "size_bytes": 636,
      "sha256": "baae1056300be4656e8e59f695099aea8fa71e68c787447ffa3cea73ee977bd7"
    },
    {
      "path": "skills/create-pr/references/checklist.md",
      "kind": "reference",
      "size_bytes": 580,
      "sha256": "6f5d6ffcf2790ead3a0162d2fa9d401f2cec4dca2873a4c13b40678395c85f72"
    },
    {
      "path": "skills/create-pr/references/reviewer-focus-template.md",
      "kind": "reference",
      "size_bytes": 415,
      "sha256": "f6c7a704e77496662865b6ac93a990820d2404734f1a0dbb118f4148281c4382"
    },
    {
      "path": "skills/create-pr/references/risk-hotspots-checklist.md",
      "kind": "reference",
      "size_bytes": 422,
      "sha256": "fd213102710cd71a99f75e249da6f66d464b8743ab30f2014d5c4ec92fb63d21"
    },
    {
      "path": "skills/create-pr/scripts/render_pr_packet.py",
      "kind": "support",
      "size_bytes": 722,
      "sha256": "953e6269ef849d190f4580fa4da0dec4f12fe77c87dc8d7e55b4377bc3690706"
    }
  ],
  "archives": [
    {
      "format": "zip",
      "path": "dist/archives/create-pr.zip",
      "file_name": "create-pr.zip",
      "size_bytes": 14886,
      "sha256": "ba832a7308a684455eddbf2575f969fe070e489072121080e9a837d403df6c79",
      "signature": {
        "status": "signed",
        "path": "dist/archives/create-pr.zip.sig",
        "sha256": "b5ff3bd8414e9a8b330ab1be8952cb04c52ee32393ea1d902d924cea4b144bbe",
        "public_key_path": "dist/signing/omni-skills-public.pem",
        "algorithm": "sha256",
        "verify_command": "openssl dgst -sha256 -verify dist/signing/omni-skills-public.pem -signature dist/archives/create-pr.zip.sig dist/archives/create-pr.zip"
      }
    },
    {
      "format": "tar.gz",
      "path": "dist/archives/create-pr.tar.gz",
      "file_name": "create-pr.tar.gz",
      "size_bytes": 30743,
      "sha256": "ecfc7b13f4cf67aabd7707231437011adff63b203d249e6c32051c1593a7e231",
      "signature": {
        "status": "signed",
        "path": "dist/archives/create-pr.tar.gz.sig",
        "sha256": "e80088b600266165d65f33f17da9c2c8d55cebd4dbd86b89aa7bcc10367794b6",
        "public_key_path": "dist/signing/omni-skills-public.pem",
        "algorithm": "sha256",
        "verify_command": "openssl dgst -sha256 -verify dist/signing/omni-skills-public.pem -signature dist/archives/create-pr.tar.gz.sig dist/archives/create-pr.tar.gz"
      }
    }
  ],
  "archive_checksums": {
    "path": "dist/archives/create-pr.checksums.txt",
    "file_name": "create-pr.checksums.txt",
    "sha256": "b612a4ff487fa447ec66bbb9bedfafc7815be68bc4a8e90aa717490d7cf98be2",
    "signature": {
      "status": "signed",
      "path": "dist/archives/create-pr.checksums.txt.sig",
      "sha256": "ca4997cc90ef56cb1ead8b28aa6d2f2e9d2679e74fd34315fabf75069e78d175",
      "public_key_path": "dist/signing/omni-skills-public.pem",
      "algorithm": "sha256",
      "verify_command": "openssl dgst -sha256 -verify dist/signing/omni-skills-public.pem -signature dist/archives/create-pr.checksums.txt.sig dist/archives/create-pr.checksums.txt"
    }
  },
  "checksums": {
    "entrypoint_sha256": "cae9cbc76a089d72655cabc6cb7649ba7fe8848fcea4de8953db9c61bce98665",
    "package_sha256": "201dc2e72930811482c6fa4bec80e4498c21cd96093456ac1a0c93507f46cc37"
  }
}
