Add ax-extract-workflow skill - #529
Merged
Andrew1326 merged 2 commits intoJun 26, 2026
Merged
Conversation
Add reconstruct-how-a-feature-shipped use case (problem-first guide) and the validator _scores.json sidecar (quality 83, security SAFE, impact 5.8x; ollama gpt-oss:20b-64k).
Andrew1326
approved these changes
Jun 26, 2026
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.
Add Skill:
ax-extract-workflowChecklist
Before submitting, ensure your skill meets these requirements:
Frontmatter (SKILL.md YAML header)
name— Lowercase kebab-case only (a-z,0-9,-), max 64 charsdescription— States WHAT it does and WHEN to use it, includes trigger words, max 1024 chars, third personlicense— Presentcompatibility— Concrete system requirementsmetadata.author— GitHub usernamemetadata.version— Semantic versionmetadata.category— Allowed categorymetadata.tags— Array of 3-5 relevant tagsBody Sections
Quality
Files
skills/ax-extract-workflow/SKILL.mdaddeduse-cases/(optional but recommended)Which use case does this skill serve?
Developers using ax often need to answer "how did this ship?" after a feature, demo, PR, or incident fix. This skill reconstructs the workflow from local ax sessions, recall results, commits, skill usage, and subagent traces so the recipe can be repeated.
Example usage
The skill resolves the relevant commit or date window, inspects nearby ax sessions, expands central subagents when needed, and returns an ordered reconstruction with decisions and evidence.
Category
productivityAdditional context
This PR also updates the README catalog row and regenerates
skills/index.jsonwithnode scripts/generate-index.js.Local checks run:
node scripts/generate-index.js,git diff --cached --check, and a structural validation for the new skill, index entry, and README row.Generated with ax.