Skip to content

docs: clarify domain skill discovery#163

Open
Bortlesboat wants to merge 1 commit intobrowser-use:mainfrom
Bortlesboat:codex/domain-skill-discovery-docs
Open

docs: clarify domain skill discovery#163
Bortlesboat wants to merge 1 commit intobrowser-use:mainfrom
Bortlesboat:codex/domain-skill-discovery-docs

Conversation

@Bortlesboat
Copy link
Copy Markdown

@Bortlesboat Bortlesboat commented Apr 23, 2026

Summary

Validation

  • git diff --check
  • verified referenced files exist: domain-skills/github/repo-actions.md, domain-skills/linkedin/invitation-manager.md, domain-skills/tiktok/upload.md, SKILL.md, helpers.py

Summary by cubic

Clarifies how to find domain skills by replacing the stale list in SKILL.md with guidance to search the domain-skills/ directory and example paths. Adds install guidance for lazy-loading skill systems, including a session prompt so agents load matching site files instead of inventing flows.

Written for commit 4358ecd. Summary will update on new commits.

@browser-harness-review
Copy link
Copy Markdown

✅ Skill review passed

Reviewed 1 file(s) — no findings.

@Bortlesboat Bortlesboat marked this pull request as ready for review April 23, 2026 04:29
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

1 issue found across 2 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="install.md">

<violation number="1" location="install.md:42">
P2: Shell command uses angle-bracket placeholder (`<browser-harness>`) that is parsed as redirection, causing literal execution failures.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.

Comment thread install.md

```text
Read the browser-harness SKILL.md and helpers.py first. Before any site-specific
browser task, run `rg --files <browser-harness>/domain-skills` and read matching
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot Apr 23, 2026

Choose a reason for hiding this comment

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

P2: Shell command uses angle-bracket placeholder (<browser-harness>) that is parsed as redirection, causing literal execution failures.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At install.md, line 42:

<comment>Shell command uses angle-bracket placeholder (`<browser-harness>`) that is parsed as redirection, causing literal execution failures.</comment>

<file context>
@@ -31,6 +31,18 @@ After the repo is installed, register this repo's `SKILL.md` with the agent you
+
+```text
+Read the browser-harness SKILL.md and helpers.py first. Before any site-specific
+browser task, run `rg --files <browser-harness>/domain-skills` and read matching
+site files instead of inventing the flow from scratch.
+```
</file context>
Suggested change
browser task, run `rg --files <browser-harness>/domain-skills` and read matching
browser task, run `rg --files /path/to/browser-harness/domain-skills` and read matching
Fix with Cubic

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.

1 participant