skills: refresh elegant-reports and add smoke test - #17
Merged
Conversation
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.
Summary
Refresh
skills/elegant-reportsfrom the cleaned public clone and add a minimal verification path so the skill can be merged/published without carrying local-machine baggage.What actually changed
elegant-reportsrepo copy with the cleaned public versiongenerate.js~/clawd-nuri-internal/config/mcporter.json~/nuri_workspace/...sandbox pathos.tmpdir()for sandbox output and requiresNUTRIENT_DWS_API_KEYexplicitly via envNuri-specific author/examples~/clawd-nuri-internal/...with generic instructionsreferences/nordic-design-research.mdexamples/sample-output.htmlexamples/sample-output.pdfskills/elegant-reports/scripts/smoke-test.js.github/workflows/elegant-reports-smoke.ymlskills/elegant-reports/**npm testWhy
The previous checked-in version still contained private/local environment assumptions (
mcporter,clawd-nuri-internal,nuri_workspace) and generated sample artifacts. This PR makes the published skill safer and cleaner to clone, while adding a lightweight non-network validation step.Validation
npm --prefix skills/elegant-reports testnode skills/elegant-reports/generate.js --listskills/elegant-reportsnpm pack --dry-runfromskills/elegant-reports