Skip to content

feat: add Midscene report analysis skill - #44

Open
simplyme0823 wants to merge 1 commit into
mainfrom
feat/midscene-report
Open

feat: add Midscene report analysis skill#44
simplyme0823 wants to merge 1 commit into
mainfrom
feat/midscene-report

Conversation

@simplyme0823

Copy link
Copy Markdown
Collaborator

Co-Authored-By: Riff

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 0dc7799bbd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread skills/midscene-report-analysis/scripts/parse-report.js Outdated
Comment on lines +221 to +222
const openingMatch = /^\s*<script\b/i.exec(segment);
if (!openingMatch) return;

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Scan dump tags beyond the start of each line

For a complete report whose HTML is minified or otherwise places markup before the dump tag on the same line, such as <html><script type="midscene_web_dump">…, this anchored match never discovers the dump and returns unknown as unparseable. Search each segment for the opening tag rather than requiring it to be the first non-whitespace content on the line.

Useful? React with 👍 / 👎.

@simplyme0823
simplyme0823 force-pushed the feat/midscene-report branch 11 times, most recently from 2c9f0d8 to d2813a2 Compare August 13, 2026 07:31
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