Skip to main content
مستودع GitHub

skills

يحتوي skills على 19 من skills المجمعة من tartinerlabs، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
19
Stars
7
محدث
2026-07-26
Forks
1
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

commit
مطوّرو البرمجيات

Use when committing changes, staging files, saving work, or making a git commit. Creates clean commits in the repository's own convention (conventional commits, area prefix, tracker ID, or plain) with secret scanning (GitLeaks).

2026-07-26
create-branch
مطوّرو البرمجيات

Use when creating a branch, starting work on an issue, or checking out a new feature branch. Validates branch naming and links to GitHub issues automatically.

2026-07-26
create-pr
مطوّرو البرمجيات

Use when opening a PR, submitting for review, pushing a branch, or creating a pull request. Pushes and creates GitHub PRs with auto-assignment and description.

2026-07-26
deps
مطوّرو البرمجيات

Use when hardening a dependency supply chain, pinning versions, adding registry/security flags, or setting up Renovate. Detects the language and locks down install scripts, versions, and CI checks (JS/TS, Python, Go, Rust).

2026-07-26
github-actions
مطوّرو البرمجيات

Use when adding CI/CD, creating workflows, auditing GitHub Actions, or fixing action pinning. Creates and audits workflows for SHA pinning and permissions.

2026-07-26
github-issues
مطوّرو البرمجيات

Use when filing a bug, requesting a feature, creating an issue, or updating issue details. Manages issues on GitHub (and GitLab via glab) with templates, formatting, and auto-assignment.

2026-07-26
naming-format
مطوّرو البرمجيات

Use when reviewing file names, renaming files, fixing naming conventions, or auditing exports. Enforces consistent casing and suffix patterns.

2026-07-26
project-structure
مطوّرو البرمجيات

Use when deciding where code should live, organising files, or auditing project structure. Checks colocation, grouping, and directory anti-patterns.

2026-07-26
refactor
مطوّرو البرمجيات

Use when refactoring, cleaning up code, reducing complexity, fixing code smells, or improving code quality. Audits code for dead code, nesting, and patterns.

2026-07-26
security
مطوّرو البرمجيات

Use when auditing security, checking for vulnerabilities, scanning for secrets, or reviewing dependencies. OWASP Top 10 audit with GitLeaks and dependency checks.

2026-07-26
setup
مطوّرو البرمجيات

Use when setting up a project, adding linting, formatting, git hooks, or type checking. Detects the language and installs that ecosystem's lint/format/hooks toolchain (JS/TS, Python, Go, Rust).

2026-07-26
tailwind
مطوّرو الويب

Use when writing Tailwind classes, fixing spacing issues, reviewing CSS, or auditing Tailwind patterns. Enforces v4 best practices for grid and responsive.

2026-07-26
testing
محللو ضمان جودة البرمجيات والمختبرون

Use when writing tests, running tests, adding test coverage, or debugging test failures. Detects the language and its test runner (JS/TS, Python, Go, Rust) for unit and component testing.

2026-07-26
update-project
مطوّرو البرمجيات

Use when updating docs, syncing CLAUDE.md, AGENTS.md, or README.md, fixing stale documentation, or refreshing project rules and skills. Keeps docs aligned with code changes.

2026-07-26
adopt-c-bounds-safety
مطوّرو البرمجيات

Guide for the C -fbounds-safety language extension. Covers the language model, pointer annotations, adopting bounds-safety in existing C code, compiler build settings and modes, and runtime debugging of bounds violations.

2026-07-13
audit-xcode-security-settings
مطوّرو البرمجيات

Audit and enable security-oriented Xcode build settings. Progressively enables compiler warnings, static analyzer checkers, and Enhanced Security features. Use when: user wants to secure their Xcode project, audit security settings, enable hardening, review security posture of build configuration, set up security-focused static analysis, enable static analysis, improve warning coverage, harden diagnostics, or catch more bugs at compile time in C/C++/Objective-C/Swift. SKIP: network security (TLS/ATS), code signing, privacy APIs.

2026-07-13
device-interaction
محللو ضمان جودة البرمجيات والمختبرون

Verify iOS app behavior on device or simulator via screenshots, UI hierarchy, and touch interactions.

2026-07-13
modernize-tests
محللو ضمان جودة البرمجيات والمختبرون

Modernize test suites to use modern Swift Testing features or migrate from XCTest.

2026-07-13
uikit-app-modernization
مطوّرو البرمجيات

Modernizes UIKit apps for multi-window environments by replacing legacy shared-state APIs with context-appropriate modern alternatives. This includes references to mainScreen, interfaceOrientation, application and scene lifecycle, as well as safe area inset updates.

2026-07-13