Skip to main content
netbox-community
GitHub 제작자 프로필

netbox-community

2개 GitHub 저장소에서 수집된 8개 skills를 저장소 단위로 보여줍니다.

수집된 skills
8
저장소
2
업데이트
2026년 8월 18일
저장소 탐색

저장소와 대표 skills

add-config-param
소프트웨어 개발자

Step-by-step guide for adding a new configuration parameter to NetBox, covering both static parameters (settings.py) and dynamic parameters (database-backed, editable via the admin UI). Use when the user asks to add a new configuration option, setting, or…

2026년 8월 18일
remove-config-param
소프트웨어 개발자

Step-by-step guide for removing a configuration parameter from NetBox, covering both static parameters (settings.py) and dynamic parameters (database-backed). Use when the user asks to remove, delete, or deprecate a configuration option or setting.

2026년 5월 7일
remove-model-field
소프트웨어 개발자

Step-by-step checklist for removing a field from an existing NetBox model, covering all required touch points (model, migration, serializer, forms, filterset, table, panel/template, search, GraphQL, tests, docs). Use when the user asks to remove or delete a…

2026년 5월 7일
remove-model
소프트웨어 개발자

Step-by-step guide for removing an existing model from NetBox, covering all required touch points in safe deletion order (tests, docs, nav, search, GraphQL, API, views, URLs, forms, filterset, table, choices, model, migration). Use when the user asks to…

2026년 5월 7일
add-model-field
소프트웨어 개발자

Step-by-step checklist for adding a new field to an existing NetBox model, covering all required touch points (model, migration, validation, serializer, forms, filterset, table, panel/template, search, GraphQL, tests, docs). Use when the user asks to add a…

2026년 5월 6일
add-model
소프트웨어 개발자

Step-by-step guide for adding a new model to NetBox, including all required components (model, filterset, serializer, views, forms, tables, GraphQL, tests, docs, navigation). Use when the user asks to add a new model or object type to NetBox.

2026년 5월 6일
run-tests
소프트웨어 품질 보증 분석가·테스터

Run NetBox's Django test suite locally. Use when the user asks to run tests, run a specific test module/class/method, or verify changes pass before opening a PR.

2026년 5월 6일
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다