codex - 💡(How to fix) Fix Codex App Remote SSH new worktree does not discover repo-local skills [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#22545Fetched 2026-05-14 03:34:38
View on GitHub
Comments
0
Participants
1
Timeline
3
Reactions
0
Author
Participants
Timeline (top)
labeled ×3
RAW_BUFFERClick to expand / collapse
<img width="854" height="490" alt="Image" src="https://github.com/user-attachments/assets/09dce0bb-babd-409b-95fd-ea7e57f0fdc3" /> <img width="891" height="477" alt="Image" src="https://github.com/user-attachments/assets/a0edd05c-f4d5-4f10-bd19-74461f763ec9" />

What version of the IDE extension are you using?

Not using an IDE extension. This is the Codex desktop app. App version is not visible in the provided UI screenshot.

What subscription do you have?

Unknown.

Which IDE are you using?

Codex App, connected to a project over Remote SSH.

What platform is your computer?

Client appears to be macOS. Remote host is accessed over SSH; exact remote OS/version unknown.

What issue are you seeing?

When using Codex App with Remote SSH, repo-local skills are discovered in the normal remote project context, but are not discovered after switching to a newly created worktree for the same remote project.

Observed behavior:

  • In the normal Remote SSH project, typing $gr shows repo-local skills such as project review/debug workflows.
  • In the Remote SSH New worktree context for the same project, typing $gr shows No skills or apps found.
  • The same kind of skill discovery problem does not occur for non-remote projects.

This makes new worktrees over Remote SSH lose access to the same repo-local skills that are available in the base remote checkout.

What steps can reproduce the bug?

  1. Open Codex App.
  2. Connect to a repository over Remote SSH that contains repo-local skills, for example under .agents/skills/.
  3. In the normal remote project context, type $ or a matching prefix such as $gr in the prompt.
  4. Confirm that repo-local skills are listed.
  5. Switch the project selector to New worktree for the same remote repository.
  6. Type the same $ prefix in the prompt.

Actual result: the skill picker says No skills or apps found.

What is the expected behavior?

Repo-local skills should be discovered and shown in Remote SSH new worktree contexts the same way they are discovered in the normal Remote SSH project context and in non-remote projects.

Additional information

The screenshots from the reporter show the same project in Codex App:

  • Remote SSH normal project: $gr lists repo-local skills.
  • Remote SSH new worktree: $gr shows No skills or apps found.

The issue appears specific to the combination of Remote SSH plus Codex App New worktree.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING