Run a trace-driven, source-backed bug discovery and produce a self-contained discovery document plus a proposed plan. Invoke explicitly with /nehir-bug-discovery when a runtime symptom needs investigation before any code change.
apphane-dev/nehir
SkillsMP has collected 11 skills from apphane-dev/nehir. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 11
- GitHub stars
- 316
- GitHub forks
- 13
Skills in this repository
Showing 11 of 11 collected skills.
BEFORE writing fixed, works, resolved, bug found, confirmed, verified, root cause, or another success/root-cause claim in an answer, document, changeset, commit message, or worker handoff. Separates observed facts, hypotheses, mechanical validation, user…
BEFORE writing or updating a discovery, plan, completed write-up, ticket, or other durable document that records a runtime bug, finding, or decision. Checks for ephemeral references, machine-specific paths, unanchored relative language, unsupported claims,…
Re-open an investigation after an attempted fix failed and the user captured a new trace from a build containing that attempt. Invoke explicitly with /nehir-retry-with-new-trace when the symptom survived the change.
Record what actually landed on main after a change was reviewed and merged — prove the merge, capture the landed state including deviations and leftovers, then update and move the affected documents on the plans branch. Invoke explicitly with…
Set up one isolated implementation lane and hand it to a worker with the project's discipline fences attached. Invoke explicitly with /nehir-delegate-lane when a well-specified cluster of work should run in its own worktree.
Finalize a Nehir change — produce or update the Changesets fragment and prepare the commit message — without performing any unauthorized git mutation. Invoke explicitly with /nehir-finalize-change once the implementation is done.
BEFORE any git mutation—stage/add, commit, push, amend, reset, restore, revert, stash, rebase, merge, branch creation/switch/deletion, tag, or git rm. Each mutation requires explicit user permission for that exact action; one permission never implies the next.
Triage review findings against the current code, classifying each as confirmed, stale, or false positive before any fix. Invoke explicitly with /nehir-review-triage when handed a list of review comments or an automated review report.
BEFORE presenting or finalizing a fix, especially layout, timing, configuration, serialization, or monitor-geometry logic. Activate when introducing a hardcoded number/timing, boolean behavior flag, special case, migration/compatibility shim, or scope beyond…
BEFORE adding, editing, running, deleting, or moving any test (mise run test, swift test, Swift Testing/XCTest files). Also when a plan or worker task contains a tests phase, write-tests step, or TDD instruction. Defers all test work to the latest stage;…