بنقرة واحدة
gitlab-today
Fetch and format today's GitLab activity into the daily progress structure
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Fetch and format today's GitLab activity into the daily progress structure
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.
This skill should be used when the user invokes "/feature-review", asks to "review this feature for bugs", "analyze this feature", "check for potential bugs", "do a feature analysis", or wants a structured bug risk assessment of a codebase feature. Always use this skill for feature-level bug analysis and risk reporting.
Laravel security best practices for authn/authz, validation, CSRF, mass assignment, file uploads, secrets, rate limiting, and secure deployment.
Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.
Use when writing tests, adding mocks, or reviewing test code — catches asserting on mocks, test-only methods in production, partial mocks, mocking without understanding side effects, and other test-quality red flags. Methodology-agnostic, no TDD assumed.
Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training.
| name | gitlab-today |
| description | Fetch and format today's GitLab activity into the daily progress structure |
| origin | custom |
Fetches today's GitLab events and formats them as a daily progress report.
YYYY-MM-DD format from the system, then subtract 1 day to get yesterday's datemcp__gitlab-events__get_gitlab_events with:
after: yesterday's date (YYYY-MM-DD) — use day-1 so today's events are includedper_page: 100created_at starts with today's date (YYYY-MM-DD)This is my today progress project
Save it
<project-name>
1. <Feature title>
- <What changed or was added>
- <Why it matters or what it replaces/fixes>
2. <Next feature title>
- <What changed>
- <Why it matters>
target_title on the project or MR's project)feat(x):, fix:, chore:, refactor:, etc.Closed (not merged)No GitLab activity found for today.