Skip to content

Fix #27: Add missing references for skill-creator#148

Open
BodanampatiMohith wants to merge 2 commits intoopenai:mainfrom
BodanampatiMohith:fix-issue-27-missing-references
Open

Fix #27: Add missing references for skill-creator#148
BodanampatiMohith wants to merge 2 commits intoopenai:mainfrom
BodanampatiMohith:fix-issue-27-missing-references

Conversation

@BodanampatiMohith
Copy link

- Add references/workflows.md: Complete guide for designing multi-step workflows
- Add references/output-patterns.md: Guide for specifying output quality standards
- Resolves issue openai#27 and openai#20 about missing skill-creator references
- These files were referenced in SKILL.md but were missing from the repository
@BodanampatiMohith BodanampatiMohith requested a review from a team February 10, 2026 14:19
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4c6c774133

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


All configuration files must be valid JSON and include:

```json

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Fence nested markdown examples correctly

This document opens outer examples with ```markdown and then introduces inner fenced blocks (for example ```json) using the same fence length, which closes the outer block early and causes the supposed template content to render as real headings/text instead of literal examples. Because this file is guidance intended to be copied into other skills, the malformed rendering makes the instructions ambiguous and easy to misapply; use a longer outer fence (e.g., four backticks) or another escaping strategy for nested examples.

Useful? React with 👍 / 👎.

Copy link
Author

@BodanampatiMohith BodanampatiMohith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes
references/workflows.md (221 lines): Complete guide for designing multi-step workflows
references/output-patterns.md (222 lines): Comprehensive output quality standards

- Use 4 backticks for outer fences, 3 for inner fences
- Prevents premature closing of code blocks in examples
- Ensures templates render correctly as code, not headings
- Critical fix since users copy-paste these examples into skills
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant