activity-feed

Log and query user actions across HR-IMS entities with filtering and pagination.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/Arnutt-N/hr-ims --skill activity-feed-arnutt-n
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: activity-feed
Source: https://github.com/Arnutt-N/hr-ims/tree/main/.claude/skills/activity-feed
Command: npx skills add https://github.com/Arnutt-N/hr-ims --skill activity-feed-arnutt-n

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Activity tracking and timeline visualization for HR-IMS, enabling auditing, troubleshooting, and collaboration by surfacing user actions across the system.

Core Features & Use Cases

  • Centralized activity logging across items, requests, users, warehouses, and comments.
  • Global and entity-specific feeds with filters, pagination, and multilingual descriptions.
  • Timeline view and lightweight analytics to understand user interactions.

Quick Start

Install and run the app, then open the Activity Feed to view recent actions.

Frequently Asked Questions about activity-feed

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track user activity for auditing in a web application?

Activity tracking logs user actions across the system to create an auditable activity trail. It provides a centralized timeline of interactions for troubleshooting, auditing, and team collaboration across global and entity-specific feeds.

How does an entity-specific activity feed work with pagination and filtering?

Entity-specific activity feeds work by retrieving typed activity records tied to items, users, or requests via an API endpoint. This endpoint supports filtering and pagination to query localized, multilingual activity histories efficiently.

Can I create a global activity timeline for multiple entity types?

Yes, you can create a global activity timeline for multiple entity types. The system logs and surfaces user actions across items, requests, users, warehouses, and comments into a centralized feed with lightweight analytics.

Do I need external dependencies to implement backend activity logging?

No external dependencies are required to implement backend activity logging. The system provides a self-contained typed Activity model, creation utilities, and an API endpoint to persist and query activities directly within your application.

What is the best way to structure an activity log for frontend timeline visualization?

The best way to structure an activity log for frontend timeline visualization is to use a typed Activity model. This model persists user actions with multilingual descriptions, enabling a global feed with filtering and pagination for the frontend.

Why are my activity feed queries returning unsorted user actions?

Your activity feed queries may return unsorted user actions if the retrieval utilities are not properly configured. The system provides specific creation and retrieval utilities to persist and query activities in a structured, auditable trail.