I can’t view the Skill in Codex at all

Resolved 💬 8 comments Opened Jan 22, 2026 by xiaotang-12-ops Closed Jan 22, 2026
💡 Likely answer: A maintainer (github-actions[bot], contributor) responded on this thread — see the highlighted reply below.

What version of the VS Code extension are you using?

0.4.62

What subscription do you have?

plus

Which IDE are you using?

vs code

What platform is your computer?

windows10

What issue are you seeing?

<img width="671" height="562" alt="Image" src="https://github.com/user-attachments/assets/11264bac-cb5d-416d-87c4-7f1bbbfa21c5" />

<img width="698" height="126" alt="Image" src="https://github.com/user-attachments/assets/3c77a4db-49ba-4dd1-aacb-4926d1be09a0" />

I can’t view the Skill in Codex at all, neither in the global configuration nor the project configuration. I’m absolutely certain I didn’t make any configuration errors, and I can’t figure out why—not even GPT5.2 Thinking can identify the root cause of the issue.

I’ve noticed that every time I make changes to a file and click Undo, the content doesn’t revert to its original state. Could there be an issue with my editor?

What steps can reproduce the bug?

none

What is the expected behavior?

_No response_

Additional information

_No response_

View original on GitHub ↗

8 Comments

github-actions[bot] contributor · 5 months ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #9665

Powered by Codex Action

etraut-openai contributor · 5 months ago

You need to restart the extension after you define a new skill. Skills are currently enumerated only at the time the extension starts.

etraut-openai contributor · 5 months ago

We recently made a change where project-local skills were ignored for untrusted projects. That explains the behavior you're seeing here. After considering user feedback and reevaluating the security risk, we've decided to reverse this change. You should see this in an upcoming version.

Thanks for the reporting the issue.

xiaotang-12-ops · 5 months ago
我们最近做了一个改变,项目本地技能被忽视给不值得信赖的项目。这就解释了你现在看到的行为。在考虑用户反馈并重新评估安全风险后,我们决定撤销这一变更。你应该会在即将推出的版本中看到这一点。 感谢你报告这个问题。
我们最近做了一个改变,项目本地技能被忽视给不值得信赖的项目。这就解释了你现在看到的行为。在考虑用户反馈并重新评估安全风险后,我们决定撤销这一变更。你应该会在即将推出的版本中看到这一点。 感谢你报告这个问题。

I’m using the extension in VSCode, not the CLI. I’ve noticed that many users have been encountering issues with the CLI, but I’m on the extension, and its current version is 0.4.62.

etraut-openai contributor · 5 months ago

@xiaotang-12-ops, the extension is a wrapper around the CLI. The functionality that enumerates skills is common to both.

xiaotang-12-ops · 5 months ago
扩展是CLI的封装。枚举技能的功能是两者共有的。

I’ve noticed the extension has been updated to version 0.4.66 — a button for viewing/issuing commands on the frontend interface seems to have been removed, and instead, you now have to type "/" to access this function. This is not the main issue, though; the key problem is that I still can’t see my custom Skills. Hasn’t this issue been fixed yet?

shayanultra · 5 months ago

Codex-CLI doesn’t show my full skills list. What’s the optimal fix? │ >_ OpenAI Codex (v0.92.0-alpha.3) │

etraut-openai contributor · 5 months ago

@shayancoin, which skills are missing? Do you detect a pattern? For example, are you seeing the skills installed in your user directory (~/.codex/skills) but not within your project directory? Does it work with some projects but not others? Make sure you're using one of the supported locations.