Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Brief description.
### Guidelines

- Use **kebab-case** for the directory name and the `name` field.
- Keep `SKILL.md` **under 500 lines**. Move detailed reference material to separate files in the same directory.
- Keep `SKILL.md` **under 1000 lines**. Move detailed reference material to separate files in the same directory.
Copy link

Copilot AI Apr 20, 2026

Choose a reason for hiding this comment

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

SKILL.md currently has 1047 lines, which exceeds the updated contribution guideline of keeping skills under 1000 lines. Please split detailed reference material into additional files in Claude/skills/production-observability/ and keep SKILL.md within the limit (or adjust the limit if 1047 lines is intended).

Suggested change
- Keep `SKILL.md` **under 1000 lines**. Move detailed reference material to separate files in the same directory.
- Keep `SKILL.md` concise, and move detailed reference material to separate files in the same directory when the skill becomes too large.

Copilot uses AI. Check for mistakes.
- Include concrete, executable steps with code examples where helpful.
- Make the skill self-contained — a reader should be able to follow it without outside context.

Expand Down
Empty file.
Loading