Link source material at the top of the README - #38
Merged
Conversation
Several skills draw on thoughtbot-authored articles, books, and talks as source material. Surface those references in a dedicated section near the top of the README so they're discoverable without scanning each skill. Addresses #13 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Keep the Source Material section to the four thoughtbot articles the skills are directly built from, and drop the inline further-reading links and the Testing Antipatterns video, which the skills don't point to. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Discussion #13 notes that several skills use thoughtbot blog posts and other material as source material, and that the README should highlight this.
This adds a Source Material section near the top of the README linking to the thoughtbot-authored articles the skills are directly built from:
Each of these is reproduced or adapted as an
examples/*.mdfile within thetest-driven-developmentandsliceskills, and was already cited in the README's footer prose. This surfaces them up top for discoverability.Inline further-reading links (How We Test Rails Applications, Don't Stub the System Under Test, Feature tests with Capybara, Testing Rails) and the Testing Antipatterns video were intentionally left out — the skills don't point to them as primary sources.
🤖 Generated with Claude Code