docs(fix): make GitHub pipeline skills discoverable#23
Merged
Ducksss merged 2 commits intoJul 13, 2026
Conversation
55c20ba to
33392e2
Compare
Summary: - move repository skills into Codex's .agents/skills discovery path - add exact Airtable tracker, claim, release, and handoff commands - strengthen layout, workflow, approval, and product-contract tests Rationale: - ensure Codex can discover and execute each outreach phase independently - keep concurrent target changes lease-safe and explicitly approval-gated Tests: - make test - make lint - git diff --check - quick_validate.py for all four skills
Summary: - reconcile duplicate submissions before closing-draft handoff - support issue-first qualification and monitoring repair paths - keep external observations out of shell source - clarify approval-gated closing metadata and status mappings Rationale: - prevent duplicate outreach and stranded Airtable records - make partial writes and claim cleanup explicit - preserve platform history while repairing broken links Tests: - make test - make lint - quick_validate.py for all four skills - plugin-eval analyze for qualification and monitoring - fresh-context qualification and monitoring scenarios
33392e2 to
88a5475
Compare
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
.agents/skills/, the path Codex scans for repo-scoped skills.app default, whole-window Electron state, and local-separation safety wording.skills/directory cannot return unnoticed.Stack
This PR is intentionally based on PR #22 (
claude/pedantic-moore-e4e7f4) because the skills execute the Airtable tracker and Claims lease protocol introduced there. After #22 merges, this branch can be rebased and retargeted tomainwithout changing the feature diff.Verification
make testmake lintgit diff --checkquick_validate.pyfor all four skillsExternal outreach remains approval-gated: these skills may research, update Airtable, and draft artifacts, but they never submit PRs, issues, comments, emails, DMs, or listings without explicit approval for the exact action.