CtrlK
BlogDocsLog inGet started
Tessl Logo

open-swe

github.com/langchain-ai/open-swe

SkillAddedReview
html-artifacts

agent/bundled_skills/html-artifacts/SKILL.md

Author the HTML for a plan artifact, dashboard iframe, or Slack attachment — structure, design plan, available runtime, theming, and craft. Read this before writing HTML for save_plan, output_iframe, or slack_attach_html.

69

baby-sit

agent/bundled_skills/baby-sit/SKILL.md

Monitor a GitHub pull request until CI is green, diagnose failures, and rerun only evidence-backed flaky GitHub Actions jobs.

69

write-oep

.agents/skills/write-oep/SKILL.md

Draft an Open SWE Enhancement Proposal using the repository's OEP process and template. Use when the user asks to create, write, or propose an OEP or invokes /write-oep.

66

continual-learning

agent/skills/continual-learning/SKILL.md

Nightly refinement of an existing per-repo review-style prompt using this reviewer's own finding outcomes. Read confirmed (resolved-by-commit / thumbs-up) and dismissed (thumbs-down) findings, promote the bug patterns the team actually fixes, demote the false-positive patterns, reconcile against the current prompt, and save the refined version. Use this once outcomes exist; use bootstrap-repo-analysis for a cold-start repo.

75

bootstrap-repo-analysis

agent/skills/bootstrap-repo-analysis/SKILL.md

First-time analysis of a repository with no prior reviewer outcomes. Crawl historical merged-PR review feedback with the gh CLI (plus any preloaded samples), extract the team's review norms, and synthesize the initial per-repo review-style prompt. Use this for a cold-start repo; use continual-learning instead once the reviewer has accumulated finding outcomes.

73