ワンクリックで
readme-standards
Conventions to use in Readme files
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Conventions to use in Readme files
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Conventions for Angular applications
Conventions for dependency injection and mocking in Spring Boot in this project. Use this whenever writing, reviewing, or refactoring integration test classes (anything annotated @SpringBootTest, or under src/test that talks to a real Spring context), especially when deciding how to wire dependencies or mock collaborators. Also consult this before adding @Autowired, @MockBean, @MockitoBean, or field injection in any test class.
| name | Readme standards |
| description | Conventions to use in Readme files |
Unresolved anchors that don't translate to a link or a website should be removed.
The most important examples of this are the usage of (#). This used to be a guarantee that the image would be displayed.
This is no longer necessary, and the svg icons get generated with or without the link.
Replace
[](#)
with

<div align="center"> with <div style="text-align: center;">alt attribute is missing from the img node, please add it with the text of the a (anchor), property value of its title property.Replace
<div align="center">
<a title="Learning JWT security using KumuluzEE — The finances of a league of the environment" href="https://itnext.io/learning-jwt-security-using-kumuluzee-the-finances-of-a-league-of-the-environment-2f541e99cc90">
<img
src="./docs/images/articles.your.finance.intro.png"
style="width:100%;">
</a>
</div>
with
<div style="text-align: center;">
<a title="Learning JWT security using KumuluzEE — The finances of a league of the environment" href="https://itnext.io/learning-jwt-security-using-kumuluzee-the-finances-of-a-league-of-the-environment-2f541e99cc90">
<img
src="./docs/images/articles.your.finance.intro.png"
style="width:100%;" alt="Learning JWT security using KumuluzEE — The finances of a league of the environment">
</a>
</div>
Some badges are no longer usable and don't work because some of the frameworks they used have been discontinued.
For all .md files, or other markdown files, please remove badges from the following list: