fix-blog-images

Fixes image issues in uncommitted blog posts before publishing.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "fix-blog-images" with this command: npx skills add christowles/blog/christowles-blog-fix-blog-images

Fix Blog Images

Fixes image issues in uncommitted blog posts before publishing.

Workflow

  • Run the analysis script:

python3 scripts/fix_blog_images.py --json

Review output and for each issue:

  • rename_and_move: Move image to /images/blog/ with descriptive name

  • improve_alt_text: Update alt text to describe the image content

  • missing_image: Locate or remove the reference

Apply fixes:

  • Move/rename image files to packages/blog/public/images/blog/

  • Update markdown references to use absolute paths /images/blog/...

  • Add descriptive alt text

Image Conventions

  • Location: All images in packages/blog/public/images/blog/

  • Naming: YYYYMMDD-HHMM-descriptive-name.png or YYYYMMDD-descriptive-name.png

  • References: Use absolute paths /images/blog/filename.png

  • Alt text: Describe what the image shows for accessibility

Example Fix

Before:

alt text

After:

Screenshot showing terminal layout

Addtional Notes

Don't try and Optimize Images. a git hook will run image optimization on commit. This skill is just to fix paths, names, and alt text before committing.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

nuxt-v4

No summary provided by upstream source.

Repository SourceNeeds Review
General

blog-04-image-prompt

No summary provided by upstream source.

Repository SourceNeeds Review
General

blog-02-write-post

No summary provided by upstream source.

Repository SourceNeeds Review
General

blog-mermaid

No summary provided by upstream source.

Repository SourceNeeds Review