Skip to content

Add launchdarkly-flag-command skill for /flag workflows#26

Merged
alohaninja merged 5 commits into
mainfrom
codex/flag-command-skill
Jun 4, 2026
Merged

Add launchdarkly-flag-command skill for /flag workflows#26
alohaninja merged 5 commits into
mainfrom
codex/flag-command-skill

Conversation

@alohaninja
Copy link
Copy Markdown
Contributor

@alohaninja alohaninja commented Mar 26, 2026

Summary

  • add a new feature-flag skill: launchdarkly-flag-command
  • define a lightweight /flag command workflow for parsing, lookup, disambiguation, and summary output
  • add marketplace metadata and README for the new skill
  • update top-level README.md skill table
  • regenerate skills.json catalog

Validation

  • python3 scripts/validate_skills.py
  • python3 scripts/generate_catalog.py
  • python3 -m pytest -q tests/test_validate_skills.py (fails locally: pytest not installed)

Open with Devin

@alohaninja alohaninja requested a review from a team as a code owner March 26, 2026 17:01
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 2 additional findings.

Open in Devin Review

devin-ai-integration[bot]

This comment was marked as resolved.

@alohaninja alohaninja enabled auto-merge (squash) June 4, 2026 14:43
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
@alohaninja alohaninja disabled auto-merge June 4, 2026 14:51
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

Skill eval results

Skill Before After Δ
agentcontrol/configs-create 100/100 (4/4) 75/100 (3/4) -25
agentcontrol/configs-update 80/100 (4/5) 80/100 (4/5) no change
agentcontrol/configs-variations 80/100 (4/5) 80/100 (4/5) no change
agentcontrol/tools 75/100 (3/4) 75/100 (3/4) no change
feature-flags/launchdarkly-flag-command - 100/100 (3/3) new
feature-flags/launchdarkly-flag-create 100/100 (3/3) 100/100 (3/3) no change

Only suites whose source actually changed since their last recorded score were re-run. Soft-failing while we stabilise the baseline.

@alohaninja
Copy link
Copy Markdown
Contributor Author

Added evals support per most recent repo standards..

image

- 3 test cases: happy path lookup, disambiguation, routing for removal
- Deterministic assertions for tool calls and routing keywords
- LLM rubric assertions for response quality
- Register suite in _manifest.js and add npm scripts
- Strengthen SKILL.md with Scope Boundary section and explicit
  routing instructions for removal/staleness questions

Eval results: 3/3 PASS at 1.00 across 3 consecutive runs
@alohaninja alohaninja merged commit 24e9c7e into main Jun 4, 2026
13 checks passed
@alohaninja alohaninja deleted the codex/flag-command-skill branch June 4, 2026 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants