ソース情報
- リポジトリ
- navikt/dokdok
- ソースの最終更新活動
- 2026年8月17日 11:57
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/navikt/dokdok --skill open-source-fixerコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Hjelper dokumentvakten med feilanalyse og løsning av MQ-feilkøer, distribusjonsavvik, skanningavvik og Slack-henvendelser i Team Dokumentløsninger. Bruk denne når du jobber med feilkøer (QDOK, QDIST, QOPP, BREVSERVER), trenger loggsøk, skal lage databasepatcher for dokprod, joark eller dokdist, håndterer distribusjonsavvik, skanningavvik fra Iron Mountain, eller kontrollerer distribusjon og varsel for Klageinstans.
Skill for å halde orden på API-dokumentasjon for REST ved bruk av Springdoc for Spring Boot. Sørgjer for at alle endepunkt, responsar og HTTP-statusar er dekkja og dokumenterte, og skriven på bokmål.
Guide for migrating NAV/NAIS Spring Boot 3 applications to Spring Boot 4 (Spring Framework 7). Use this when upgrading a Spring Boot application to version 4, or when asked about Spring Boot 4 migration, breaking changes, renamed starters, Jackson 3, Spring @Retryable, or Apache Camel migration.
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)