[EMSR-1912] Add Qualitative Feedback Setup skill - #129
Open
fsaresh wants to merge 5 commits into
Open
Conversation
Contributor
|
@fsaresh can you please add a video or recording of the skill for context please? |
Skill eval results
Only suites whose source actually changed since their last recorded score were re-run. Soft-failing while we stabilise the baseline. |
|
+1 to @erangeles , I'd love to see the video 😄 |
sarahlessner
approved these changes
Jul 28, 2026
darklauncher-noesquick
approved these changes
Jul 28, 2026
Author
Here's a demo I might re-record / might not be TTW-worthy just yet 🙂 |
# Conflicts: # skills.json
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 7f33a56. Configure here.
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
Adds a new agent skill,
launchdarkly-flag-qualitative-feedback-setup, that walks users through wiring LaunchDarkly qualitative user feedback into a JS/TS codebase.The skill is a step-by-step wizard, where it:
sendFeedbackutility and a feedback widget that emit the$ld:feedbackevent and match the project's existing patterns.It also includes TypeScript templates (
sendFeedback.ts,PopoverFeedback.tsx,InlineFeedback.tsx) and client/server SDK reference lists, and slots into the existingfeature-flagsskill family (let me know if you disagree and we can chat placement!).Testing
launchdarkly-react-client-sdkv3.9, and@launchdarkly/observability+@launchdarkly/session-replayinstalled. Client-side SDK gate, design-system detection, and session-replay linkage were all exercised.next build+ container rebuild), confirmed the widget rendered at the chosen placement, the$ld:feedbackevent fired, and feedback surfaced on the flag's dashboard.validate_skills.py(49 skills),generate_catalog.py --check(catalog current), and the unit test suite all pass.Notes
This skill was authored in a separate repo, so this PR also packages it to match
ai-toolingconventions.Check 1/4–4/4gates, the labeled confirmation selection, and the sentiment-vs-text widget-style question.Note
Low Risk
Documentation and agent skill assets only; no runtime or production app code changes in this repo.
Overview
Adds
launchdarkly-flag-qualitative-feedback-setupto the feature-flags skill family and registers it inREADME.mdandskills.json.The new package is a step-by-step agent wizard (
SKILL.md) that gates on client-side LaunchDarkly JS SDK v3+, collects flag/prompt/widget/placement choices, uses MCP to verify or create the flag, requires explicit plan approval, then guides codegen and end-to-end verification of$ld:feedbackevents.It ships reference templates (
sendFeedback.ts,PopoverFeedback.tsx,InlineFeedback.tsx) plus client/server SDK allowlists, withmarketplace.jsondeclaring the LaunchDarkly MCP dependency.Reviewed by Cursor Bugbot for commit 85d097d. Bugbot is set up for automated code reviews on this repo. Configure here.