← ClaudeAtlas

applying-wpf-dev-pack-feedbacklisted

Applies one wpf-dev-pack feedback document to the plugin. The maintainer points it at a feedback markdown file (typically delivered via a contributor PR); the skill walks through each item, makes the proposed changes, moves the document into FeedbackDocs/, and appends a row to FeedbackDocs/APPLIED-LOG.md. Use only as a maintainer of the dotnet-with-claudecode repository when reflecting a contributor's feedback md.
christian289/dotnet-with-claudecode · ★ 41 · Data & Documents · score 76
Install: claude install-skill christian289/dotnet-with-claudecode
# Applying wpf-dev-pack Feedback This skill turns one feedback markdown file (produced by the `/wpf-dev-pack:collecting-wpf-dev-pack-feedback` skill in a foreign WPF session) into concrete changes inside the `wpf-dev-pack` plugin, then records the application in `FeedbackDocs/APPLIED-LOG.md` and parks the source document inside `FeedbackDocs/`. It is the *maintainer counterpart* of the collecting skill. ## When NOT to use this - The feedback document has not been read manually yet — read it first. - The working tree is not clean — apply the feedback against a known baseline so the resulting commit is reviewable. - `$0` was not provided — the skill needs exactly one argument: the path to the feedback markdown file (absolute, or relative to repo root). - More than one feedback document at a time — invoke the skill per file. Batch application is intentionally not supported. ## Workflow Copy this checklist and track progress: ``` Apply Progress: - [ ] Step 1: Validate input and load the feedback md - [ ] Step 2: Plan: review the summary, decide which items to apply - [ ] Step 3: Apply each selected item (one at a time) - [ ] Step 4: Flag whether a release is needed (NEVER bump the version here) - [ ] Step 5: Move the md into FeedbackDocs/ - [ ] Step 6: Append a row to FeedbackDocs/APPLIED-LOG.md - [ ] Step 7: Surface a commit message draft for the maintainer ``` ### Step 1 — Validate input and load Treat `$0` as the path to the feedback markdown file. Reject early