You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: This PR has already been merged. The following is a post-merge review for record-keeping and future guidance.
Overview
This PR adds a single MDX file for EP62 — a short episode on prompt engineering best practices with AI. The changes are purely additive content with no logic changes.
✅ What looks good
Follows established conventions: The frontmatter structure, field names, and shownote formatting all match the existing episodes (e.g. ep61).
Chinese content: All copy is in Chinese as required by the project.
Multi-platform links: Includes 小宇宙 (xyzLink), YouTube (youtubeId), and Bilibili (biliUrl), consistent with recent episodes.
Category tagging: Categories are relevant and descriptive (ai, prompt-engineering, claude, productivity).
⚠️ Issues / Observations
1. size: 0 and duration: 0 are placeholders
These fields are 0 in ep61 and ep62, which appears to be an established pattern — but it's worth noting that size (file size in bytes) and duration (in seconds) are standard RSS 2.0 podcast fields. Leaving them as 0 can degrade compatibility with some podcast clients (e.g. duration display, progress bars) and may violate Podcast Index or Apple Podcasts ingestion rules.
Suggestion: Consider updating these after publishing, or auto-deriving them in the RSS feed generator using the actual audio file metadata.
2. biliUrl uses a protocol-relative URL
biliUrl: //player.bilibili.com/player.html?...
Protocol-relative URLs (//) work in browsers but can break in server-side rendering, RSS feeds, or tooling that doesn't assume https. This pattern is also present in ep61, so it's established — but it's a latent risk.
Suggestion: Prefer https://player.bilibili.com/... for correctness and safety.
The excerpt field likely renders in search results, RSS descriptions, and meta tags. A copy of the title provides no additional context.
Suggestion: Write a 1–2 sentence summary for excerpt (e.g. drawing from the shownotes: "这期聊如何更高效地和 AI 沟通——减少复杂套路,增加清晰表达"). This improves SEO and podcast platform previews.
💡 Minor Notes
The title field uses quotes ("EP62 聊聊 Prompt: 少点套路,多点效率") while ep61 does not quote its title. Either is valid YAML, but keeping the style consistent is preferable.
subtitle intentionally omits the EP62 prefix — this is fine and matches ep61's pattern.
Summary
The PR is a clean content addition that follows existing conventions. The only actionable concerns are the size/duration placeholder issue (affects podcast client compatibility) and the excerpt duplication (minor SEO impact). Both are pre-existing patterns in the repo and worth addressing systematically across all episodes rather than one-off.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added a new podcast episode (EP62) to the content collection, focusing on effective prompt engineering techniques and efficient AI communication.
Changes
src/content/posts/ep62.mdxNotable Details
https://claude.ai/code/session_01SpUfs4SVgE4EBU44LSMWKd