Skill Claude CodeCodex
Convert repository-relative paths to absolute GitHub URLs for use in documentation.
Skill Claude CodeCodex
Convert repository-relative paths to absolute GitHub URLs for use in documentation.
Skill Claude CodeCodex
Run the close-migration preflight or the gated migrate step of /nxs.close. Use standalone to diagnose a member repo's close readiness or to recover a half-finished migration.
Skill Claude CodeCodex
Rebuild a planned epic from its GitHub issue number — the epic body, its story sub-issues, and the native blockedby graph — into a deterministic, gitignored epic.md. The single producer of the materialized epic every downstream stage reads when nothing was committed at planning.
Skill Claude CodeCodex
Create a GitHub issue from an Epic document. Use when the user wants to create a GitHub issue from an epic.md file, sync an epic to GitHub, or link an epic document to a GitHub issue. The skill extracts the epic title and type from YAML frontmatter, creates an issue via gh issue create, and updates the frontmatter…
Skill Claude CodeCodex
Create GitHub issues from STORY-.md work-item files. Use to bulk-create one issue per user story from markdown files whose frontmatter carries title, labels, parent (epic), and project. Extracts frontmatter, creates issues via gh CLI, links each as a sub-issue of the parent epic, and adds them to a project.
Skill Claude CodeCodex
Resolve a PR's merge state and SHAs and manage the git worktree for the --pr post-merge flow of /nxs.analyze and /nxs.close. Single-repo and hub only; rejects member repos.
Skill Claude CodeCodex
Compute the canonical digest of an epic's decision-record sub-issue — the one implementation every stage that stamps or verifies the record hash invokes. Fetches the record body from GitHub, applies the stated canonicalisation rule, and prints the full hexadecimal digest plus the record's approval state. Use from…
Skill Claude CodeCodex
Interactive product-context interview. Asks at most 5 strategic questions one at a time, applies PM pattern-recognition to infer the rest, and writes the product context under the resolved docs root (docs/product/context.md in a single-repo checkout). Invoked by /nxs.setup during project bootstrap, or run standalone…
Skill Claude CodeCodex
Print the workspace status read-out — the hub, each declared member, and each member's checkout state — resolved from the current checkout. Use to verify a new or changed multi-repo workspace before a downstream stage depends on it, or to confirm a repo is in single-repo mode.
Skill Claude CodeCodex
Syncs local environment files (e.g., .env, local configs) to new worktrees based on project tech stack and user preferences. Use when setting up a new git worktree to copy essential development environment files from the main worktree.
Skill Claude CodeCodex
Generate task files from decomposer output and architect responses. Use when you need to create TASK-.md files from structured JSON containing task metadata and LLD content.
Skill Claude CodeCodex
Create GitHub issues from TASK-???.md files. Use when you need to bulk-create GitHub issues from task markdown files with frontmatter containing title, label, parent, and project attributes. Automatically extracts frontmatter, creates issues via gh CLI, links parent issues, and adds to specified projects.
Skill Claude CodeCodex
Three-phase QA skill for test specification generation, automated E2E test programming, and comprehensive verification with security, performance, and edge case testing.
Skill Claude CodeCodex
Post-implementation shipping workflow for issue completion. Handles commit operations, GitHub comment posting, closure eligibility evaluation, and worktree cleanup with support for YOLO mode auto-approval.
Skill Claude CodeCodex
Automates git workspace setup for issue implementation. Handles worktree creation, branch management, and environment file synchronization with support for YOLO mode auto-approval and issue-embedded configurations.