navigation debugger

Fix navigation bugs in Leavn:

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "navigation debugger" with this command: npx skills add willsigmon/sigstack/willsigmon-sigstack-navigation-debugger

Navigation Debugger

Fix navigation bugs in Leavn:

Check notification handling:

  • Search for notification name in ContentView

  • Verify .onReceive() handlers exist

  • Check AppCoordinator navigation methods

Common Leavn patterns:

// Post navigation NotificationCenter.default.post( name: .OpenBibleReference, userInfo: ["book": "Genesis", "chapter": 1] )

// Handle in ContentView .onReceive(NotificationCenter.default.publisher(for: .OpenBibleReference)) { // Navigate to Bible }

Debug steps:

  • Add AppLog in notification handlers

  • Verify userInfo parsing

  • Check tab selection works

  • Test deep link URLs

Use when: Navigation broken, wrong screen, deep links fail, tab routing issues

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

swiftlint-autofix

No summary provided by upstream source.

Repository SourceNeeds Review
General

bitrise expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

fastlane expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

ai integration expert

No summary provided by upstream source.

Repository SourceNeeds Review