Skip to content

Add DG skill for wrapping HTML in Roam render code - #1405

Merged
mdroidian merged 3 commits into
mainfrom
codex/add-dg-roam-render-skill
Sep 7, 2026
Merged

Add DG skill for wrapping HTML in Roam render code#1405
mdroidian merged 3 commits into
mainfrom
codex/add-dg-roam-render-skill

Conversation

@mdroidian

@mdroidian mdroidian commented Sep 7, 2026

Copy link
Copy Markdown
Member

Reviewer brief

Add dg-create-roam-render-html-code to the DG skill collection. Serialize HTML as a JSON string literal so backslashes, template delimiters, and line endings survive exactly, and sandbox the generated iframe with allow-scripts without granting Roam's origin.

Verification

  • Skill metadata validation passed.
  • Regression tests execute the documented serialization and wrapper: 26 HTML round trips cover odd/even backslash runs, trailing backslashes, template delimiters, replacement patterns, Unicode, and CRLF; iframe sandbox policy is also checked.
  • node --test .agents/skills/dg-create-roam-render-html-code/scripts/renderer.test.mjs passed.
  • pnpm install --frozen-lockfile and pnpm ci:validate passed on the updated branch.
  • Independent read-only review found no actionable introduced issues.

Loom video

Not recorded. This draft adds a skill and its UI metadata without application changes.

Scope check

  • Ran $scope-check against the ENG ticket and final diff.
  • Scope beyond Done When: No ENG ticket was supplied. Scope is the requested import and DG namespacing of the existing renderer skill.

Local delegated full review

  • Ran a comprehensive review of the entire final diff in a subagent with a fresh context.

@vercel

vercel Bot commented Sep 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
discourse-graph Ready Ready Preview Sep 7, 2026 7:28am UTC

Request Review

@supabase

supabase Bot commented Sep 7, 2026

Copy link
Copy Markdown

This pull request has been ignored for the connected project zytfjzqyijgagqxrzbmz because there are no changes detected in packages/database/supabase directory. You can change this behaviour in Project Integrations Settings ↗︎.


Preview Branches by Supabase.
Learn more about Supabase Branching ↗︎.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 7, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-07T03:08:43.010178Z 2d98425 New commits
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Devin Review found 1 potential issue.

Devin Review

Comment thread .agents/skills/dg-create-roam-render-html-code/SKILL.md Outdated

@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: 15a1d96ff9

ℹ️ 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 .agents/skills/dg-create-roam-render-html-code/SKILL.md Outdated

@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: 2d98425d65

ℹ️ 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".

@mdroidian
mdroidian merged commit a8b8fee into main Sep 7, 2026
7 checks passed
@mdroidian
mdroidian deleted the codex/add-dg-roam-render-skill branch September 7, 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