スキル一覧に戻る
JanneMattila

image-alt-text

by JanneMattila

Source of www.jannemattila.com

0🍴 0📅 2026年1月12日
GitHubで見るManusで実行

SKILL.md


name: image-alt-text description: Generates alt text for images to improve accessibility.

Generating Alt Text for Images

Markdown document contains image references like this:

{% include imageEmbed.html imagesize="80%" link="/assets/posts/2025/12/14/advent-of-code/day7.png" %}

You need to find the image based on the link attribute and generate descriptive alt text for it. Path in the above example is /assets/posts/2025/12/14/advent-of-code/day7.png which means the image is located in the repository at docs/assets/posts/2025/12/14/advent-of-code/day7.png. Check that image exists in the repository.

Here is example alt text for the above image: "Diagram showing a series of interconnected nodes representing a network of computers communicating with each other."

You should provide alt text that accurately describes the content and context of the image to enhance accessibility for users relying on screen readers.

Update the image reference in the Markdown document to include the generated alt text like this:

{% include imageEmbed.html imagesize="80%" alt="Diagram showing a series of interconnected nodes representing a network of computers communicating with each other." link="/assets/posts/2025/12/14/advent-of-code/day7.png" %}

Make sure the alt text is concise yet descriptive, capturing the essence of the image without being overly verbose. Repeat this process for all image references in the Markdown document to ensure each image has appropriate alt text.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です