用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/navikt/dokdok --skill open-source-fixer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | open-source-fixer |
| description | Check that the repository has minimal criteria for open sourcing for Nav |
This skill ensures that the repository has the minimum requirements to be open sourced in Nav according to Krav til åpne repo under github.com/navikt
Do not check git history. This skill skill only ensures that the needed files are in place.
The app repository shall have these files on the root folder:
.github/CODEOWNERSLICENSE.mdREADME.mdThis file shall have this content:
* @navikt/teamdokumenthandtering
This file shall have this content:
# The MIT License
Copyright <YEAR> Nav (Arbeids- og velferdsdirektoratet) - The Norwegian Labour and Welfare Administration
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.
<YEAR> is set to the current year. If this file already exists, there is no need to change the year.
This file shall have the following disposition. Content in existing README shall be moved to the relevant section. Let the user review this.
Any links pointing to confluence.adeo.no or intern.dev.nav.no shall be suffixed with (Nav-internt). Example: Swagger (Nav-internt)
# Navn på appen
Beskrivelse av hva appen som lages i dette repositoryet gjør.
## Komme i gang
Kjør tester og bygg appen
```
mvn clean verify
```
---
## Henvendelser
Lag en issue i repository.
### For Nav-ansatte
Spørsmål om appen kan stilles på [#team_dokumentløsninger](https://nav-it.slack.com/archives/C6W9E5GPJ)
## Lisens
[MIT](LICENSE.md)