ilteoood/harness
Skill Claude CodeCodex
Comprehensive guide for setting up and configuring CodeQL code scanning via GitHub Actions workflows and the CodeQL CLI. This skill should be used when users need help with code scanning configuration, CodeQL workflow files, CodeQL CLI commands, SARIF output, security analysis setup, or troubleshooting CodeQL analysis.
ilteoood/harness
Skill Claude CodeCodex
Analyzes git diffs or staged changes and generates narrative commit messages that explain WHY a change was made, not just what changed — following Conventional Commits format. Use when asked to "write a commit message", "generate a commit", "describe my changes", "what should I commit this as", "commit this"…
ilteoood/harness
Skill Claude CodeCodex
Prompt and workflow for generating conventional commit messages using a structured XML format. Guides users to create standardized, descriptive commit messages in line with the Conventional Commits specification, including instructions, examples, and validation.
ilteoood/harness
Skill Claude CodeCodex
Comprehensive guide for configuring and managing GitHub Dependabot. Use this skill when users ask about creating or optimizing dependabot.yml files, managing Dependabot pull requests, configuring dependency update strategies, setting up grouped updates, monorepo patterns, multi-ecosystem groups, security update…
ilteoood/harness
Skill Claude CodeCodex
Manages stacked PRs and splits multi-part work into reviewable branches with gh-stack. Use for stack creation, viewing, edits, push, submit, sync, rebase, merge, or checkout; when asked to split or isolate work for review; whenever a user mentions a stack, branch layers, dependent PRs, or gh stack; or when a stack is…
ilteoood/harness
Skill Claude CodeCodex
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive…
ilteoood/harness
Skill Claude CodeCodex
Intelligent Git Flow branch creator that analyzes git status/diff and creates appropriate branches following the nvie Git Flow branching model.
ilteoood/harness
Skill Claude CodeCodex
Create, update, and manage GitHub issues using MCP tools. Use this skill when users want to create bug reports, feature requests, or task issues, update existing issues, add labels/assignees/milestones, set issue fields (dates, priority, custom fields), set issue types, manage issue workflows, link issues, add…
ilteoood/harness
Skill Claude CodeCodex
Guides IA through releasing a new version of a GitHub library end-to-end. Handles SemVer versioning and Keep a Changelog formatting automatically.
ilteoood/harness
Skill Claude CodeCodex
Prompt for generating an AGENTS.md file for a repository.
ilteoood/harness
Skill Claude CodeCodex
Create a new implementation plan file for new features, refactoring existing code or upgrading packages, design, architecture or infrastructure.
ilteoood/harness
Skill Claude CodeCodex
Create an llms.txt file from scratch based on repository structure following the llms.txt specification at https://llmstxt.org/.
ilteoood/harness
Skill Claude CodeCodex
Create a README.md file for the project.
ilteoood/harness
Skill Claude CodeCodex
Create a new specification file for the solution, optimized for Generative AI consumption.
ilteoood/harness
Skill Claude CodeCodex
Create time-boxed technical spike documents for researching and resolving critical development decisions before implementation.
ilteoood/harness
Skill Claude CodeCodex
Create a tldr page from documentation URLs and command examples, requiring both URL and command name.
ilteoood/harness
Skill Claude CodeCodex
A relentless interview to sharpen a plan or design.
ilteoood/harness
Skill Claude CodeCodex
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
ilteoood/harness
Skill Claude CodeCodex
Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
ilteoood/harness
Skill Claude CodeCodex
Scaffolds React Native libraries with create-react-native-library for standalone libraries or local native modules and views. Use when creating or working on React Native libraries or adding native functionality in an existing app.
ilteoood/harness
Skill Claude CodeCodex
Provides React Native performance optimization guidelines for FPS, TTI, bundle size, memory leaks, re-renders, and animations. Applies to tasks involving Hermes optimization, JS thread blocking, bridge overhead, FlashList, native modules, or debugging jank and frame drops.
ilteoood/harness
Skill Claude CodeCodex
Implements an accepted incremental brownfield migration from native iOS or Android to React Native or Expo using @callstack/react-native-brownfield. Use after the brownfield path has been selected, when setting up the integration, packaging XCFramework or AAR artifacts, or adding React Native surfaces to native hosts.
ilteoood/harness
Skill Claude CodeCodex
Provides React Navigation UI patterns for stacks, tabs, drawers etc. Use when building navigation UIs with React Navigation, configuring headers, bottom sheets or handling safe areas and insets.
ilteoood/harness
Skill Claude CodeCodex
Upgrades React Native apps to newer versions by applying rn-diff-purge template diffs, updating package.json dependencies, migrating native iOS and Android configuration, resolving CocoaPods and Gradle changes, and handling breaking API updates. Use when upgrading React Native, bumping RN version, updating from RN 0.x…