From 04734c2175cc646a9b75f44501fccaff0cf3641f Mon Sep 17 00:00:00 2001 From: Rodin Date: Thu, 30 Apr 2026 13:35:17 -0700 Subject: [PATCH] fix: source references hyperlinked to forge (commit SHA + line) --- SKILL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/SKILL.md b/SKILL.md index ad842f0..d5ba372 100644 --- a/SKILL.md +++ b/SKILL.md @@ -283,7 +283,9 @@ Each pattern entry: - Why (the force that makes this the right choice) - When to use (the trigger condition — what situation calls for this) - When NOT to use (where the pattern breaks down) -- Source (file path + line, or commit where it's demonstrated) +- Source (hyperlinked to the commit or file on the forge, e.g. + `[src/io/io.go#L86](https://github.com/golang/go/blob/master/src/io/io.go#L86)`. + Use permalink format with commit SHA when possible for stability.) **`smells.md`** — anti-patterns found in the source: - What it looks like