feat: improve skill scores for social-autoposter - #1
Open
rohan-tessl wants to merge 1 commit into
Open
Conversation
Hey @m13v 👋 I ran your skills through `tessl skill review` at work and found some targeted improvements. Here's the full before/after: | Skill | Before | After | Change | |-------|--------|-------|--------| | python-cdp-scripts | 10% | 90% | +80% | | client-website | 80% | 93% | +13% | | posthog-funnel | 81% | 85% | +4% | | browser-script | 89% | 93% | +4% | Changes: - python-cdp-scripts: Added missing YAML frontmatter (name, description, trigger terms) - client-website: Split 1307-line monolith into SKILL.md + references/ (COMPONENTS.md, DESIGN-SYSTEM.md) - posthog-funnel: Improved description with action verbs, added error handling section - browser-script: Improved description specificity with concrete actions
rohan-tessl
marked this pull request as ready for review
April 13, 2026 10:18
m13v
added a commit
that referenced
this pull request
Jul 6, 2026
) Root cause of lost drafts: a producer cycle that dies after its worker writes the result but before consuming it strands the result in claude-queue/result/ (a consumed result is deleted, so a surviving one = never consumed) -> no plan, no merge, no card. Nothing detected or recovered these. #1 Salvage (scripts/salvage_orphaned_prep_results.py, wired into run-draft-and-publish.sh): scans result/ for orphaned twitter-prep results (past the queue timeout so no live producer is racing, and within a max-age so stale threads are retired) and merges their candidates into the review queue via merge_review_queue.py (dedup-safe). Recovered 11 real stranded drafts on first run. #2 Success/orphan visibility (claude_job.py): log a "consumed result for job X" event on the success path (the silent gap that made an orphaned result look identical to a healthy one); the salvage script logs the "ORPHAN ..." event. #3 Correlation (claude_job.py): every provider.log line now carries batch=<BATCH_ID> so it links to the cycle's own twitter-cycle-<batch>.log. #4 Remote visibility (scripts/relay_provider_log.py, wired into mcp/src/index.ts): tail claude-queue/provider.log to Cloud Logging (context="queue-provider"), incremental + self-locking + forward-only baseline, so a stranded batch on a customer box is queryable remotely instead of only on the box. Also: refresh the CLAUDE.md note now that the persona lane is arm-aware. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Hey @m13v 👋
I ran your skills through
tessl skill reviewat work and found some targeted improvements.Here's the full before/after:
This PR covers 4 of your 8 skills to keep the contribution focused and reviewable.
Changes summary
python-cdp-scripts (10% → 90%)
---block, causing validation to fail entirely. Addedname,descriptionwith specific actions (navigates pages, extracts data, scrapes stats, audits posts, calls internal APIs) and explicit trigger terms.client-website (80% → 93%)
references/COMPONENTS.mdand typography/color tables intoreferences/DESIGN-SYSTEM.md. Main SKILL.md now serves as a concise orchestration overview (273 lines) with links to detailed references.posthog-funnel (81% → 85%)
browser-script (89% → 93%)
Want your remaining skills optimised too? 🚀
This PR covers 4 of your 8 skills to keep the contribution focused and reviewable. We have tooling that can go further:
SKILL.mdchanged in future PRs. Review mode works with zero secrets; maintainers can addTESSL_API_TOKENfor AI suggestions and the/apply-optimizecomment flow.Interested? Just tick the box below and we'll raise a follow-up PR:
Honest disclosure — I work at @tesslio where we build tooling around skills like these. Not a pitch - just saw room for improvement and wanted to contribute.
Want to self-improve your skills? Just point your agent (Claude Code, Codex, etc.) at this Tessl guide and ask it to optimize your skill. Ping me - @rohan-tessl - if you hit any snags.
Thanks in advance 🙏