Skip to content

Publish: Untitled#3947

Closed
goranmoomin wants to merge 11 commits intomainfrom
blog/testing
Closed

Publish: Untitled#3947
goranmoomin wants to merge 11 commits intomainfrom
blog/testing

Conversation

@goranmoomin
Copy link
Collaborator

Article Ready for Publication

Title: Untitled
Author: John Jeong
Date: 2026-02-13
Category: Uncategorized

Branch: blog/testing
File: apps/web/content/articles/testing.mdx


Auto-generated PR from admin panel.

@netlify
Copy link

netlify bot commented Feb 13, 2026

Deploy Preview for hyprnote-storybook ready!

Name Link
🔨 Latest commit ed18037
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote-storybook/deploys/698f3f5133743b0008b9bb15
😎 Deploy Preview https://deploy-preview-3947--hyprnote-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Feb 13, 2026

Deploy Preview for hyprnote failed.

Name Link
🔨 Latest commit ed18037
🔍 Latest deploy log https://app.netlify.com/projects/hyprnote/deploys/698f3f51afe8be0008ce545a

@github-actions
Copy link

Grammar Check Results

Reviewed 1 article.

Untitled

📄 apps/web/content/articles/testing.mdx

Overall, this is a well-written and engaging article with strong structure and clear examples. The main issues are: one em-dash that needs correction per your style rules, a couple of spacing/formatting problems with inline references, one unclear word choice ("timing" instead of "time"), and one line that uses mathematical notation inappropriately in prose. These are minor issues that don't significantly impact readability, but they should be corrected for polish and consistency with your stated style guidelines.

Found 5 issues:

🔹 Punctuation Placement

Line 32

Real example: [b]John, my co-founder, identified an issue

Missing space after the inline reference before the name

📋 Suggested fix (click to expand)
Real example: [[b]](#cmnt2) John, my co-founder, identified an issue

💡 Clarity

Line 38

Another example: I[c] tagged Devin about our 404 page

The inline reference should come before the sentence or be properly separated; currently it awkwardly splits the pronoun from the verb

📋 Suggested fix (click to expand)
Another example: [[c]](#cmnt3) I tagged Devin about our 404 page

Line 90

Pro tip: We encoded this knowledge as an "offload agent" on how to use Claude CLI. Mentioning "consult smart friend" (something Devin uses as a prompt internally) helps Claude CLI get called at the right timing.

"at the right timing" is awkward; should be "at the right time"

📋 Suggested fix (click to expand)
Pro tip: We encoded this knowledge as an "offload agent" on how to use Claude CLI. Mentioning "consult smart friend" (something Devin uses as a prompt internally) helps Claude CLI get called at the right time.

Line 118

The pattern is clear: good docs + clean interfaces + test infrastructure = AI agents that actually ship code.

Using mathematical operators (=, +) in prose is unclear and unprofessional; this should be rewritten as a proper sentence

📋 Suggested fix (click to expand)
The pattern is clear: good docs, clean interfaces, and test infrastructure enable AI agents to actually ship code.

🔸 Em Dashes

Line 48

John attached some PostHog docs and asked questions about what we're tracking and what we should be tracking long-term. Devin made the changes. Now both John and I know we have analytics updates—super helpful for staying aligned.[d]

Em dash should be replaced with a regular dash or the sentence should be rewritten

📋 Suggested fix (click to expand)
John attached some PostHog docs and asked questions about what we're tracking and what we should be tracking long-term. Devin made the changes. Now both John and I know we have analytics updates - super helpful for staying aligned.[[d]](#cmnt4)

Powered by Claude Haiku 4.5


## Not a Reader? Watch the Video Instead

<>[[a]](#cmnt1)
Copy link
Contributor

Choose a reason for hiding this comment

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

Malformed JSX syntax will cause MDX parsing to fail. The opening fragment <> has no closing tag </>, which will break page rendering in production.

Fix:

<>[[a]](#cmnt1)</>

Or remove the fragment entirely if not needed:

[[a]](#cmnt1)

Spotted by Graphite Agent

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

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.

2 participants